cassandra-d v0.0.4 (2019-10-23T11:18:10Z)
Dub
Repo
CassandraResult.MetaData
cassandra
cql
result
CassandraResult
Undocumented in source.
struct
CassandraResult
struct
MetaData {
int
flags
;
enum
GLOBAL_TABLES_SPEC
;
bool
hasGlobalTablesSpec
[@property getter];
int
columns_count
;
string
[
2
]
global_table_spec
;
ColumnSpecification
[]
column_specs
;
}
Members
Manifest constants
GLOBAL_TABLES_SPEC
enum
GLOBAL_TABLES_SPEC
;
Undocumented in source.
Properties
hasGlobalTablesSpec
bool
hasGlobalTablesSpec
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column_specs
ColumnSpecification
[]
column_specs
;
Undocumented in source.
columns_count
int
columns_count
;
Undocumented in source.
flags
int
flags
;
Undocumented in source.
global_table_spec
string
[
2
]
global_table_spec
;
Undocumented in source.
Meta
Source
See Implementation
cassandra
cql
result
CassandraResult
constructors
this
destructors
~this
enums
Change
Kind
functions
dropRow
empty
readRow
toString
properties
keyspace
kind
lastchange
metadata
table
structs
ColumnSpecification
MetaData