Class: Cassie::Schema::DeleteVersionQuery
- Inherits:
-
Modification
- Object
- Modification
- Cassie::Schema::DeleteVersionQuery
- Defined in:
- lib/cassie/schema/queries/delete_version_query.rb
Instance Attribute Summary
Attributes included from Cassie::Statements::Execution::ClassMethods
Attributes included from Cassie::Statements::Statement
Instance Method Summary collapse
Methods included from Cassie::Statements::Core
Methods included from Cassie::Statements::Execution::ClassMethods
Methods included from Cassie::Statements::Execution
#execute, #execute!, #execution_options
Methods included from Cassie::Statements::Execution::Instrumentation
Methods included from Cassie::Statements::Execution::PartitionLinking
#build_partition_linker, #execute, #partition_linker?
Methods included from Cassie::Statements::Execution::Callbacks
Methods included from Cassie::Statements::Execution::Consistency
Methods included from Cassie::Statements::Statement
#logger, #statement, #table, #to_cql
Methods included from Cassie::Statements::Statement::Preparation::ClassMethods
#prepare, #prepare=, #prepare?
Methods included from Cassie::Statements::Statement::Idempotency::ClassMethods
#idempotent, #idempotent=, #idempotent?, #non_idempotent
Methods included from Cassie::Statements::Statement::Idempotency
Methods included from Cassie::Statements::Statement::TypeHinting::ClassMethods
Methods included from Cassie::Statements::Statement::TypeHinting
Methods included from Cassie::Statements::Statement::Preparation
Methods included from Connection
Methods included from Connection::ClassMethods
Instance Method Details
#application ⇒ Object
20 21 22 23 24 |
# File 'lib/cassie/schema/queries/delete_version_query.rb', line 20 def application #setting #env should win return @application if defined?(@application) Cassie::Schema.application end |
#env ⇒ Object
14 15 16 17 18 |
# File 'lib/cassie/schema/queries/delete_version_query.rb', line 14 def env #setting #env should win return @env if defined?(@env) Cassie.env end |
#id? ⇒ Boolean
10 11 12 |
# File 'lib/cassie/schema/queries/delete_version_query.rb', line 10 def id? !!self.id end |
#keyspace ⇒ Object
26 27 28 |
# File 'lib/cassie/schema/queries/delete_version_query.rb', line 26 def keyspace Cassie::Schema.schema_keyspace end |