ddbc v0.3.4 (2017-06-23T17:39:31Z)
Home
Dub
Repo
ColumnMetadataItem
ddbc
common
Column metadata object to be used in driver implementations
class
ColumnMetadataItem {
string
catalogName
;
int
displaySize
;
string
label
;
string
name
;
int
type
;
string
typeName
;
int
precision
;
int
scale
;
string
schemaName
;
string
tableName
;
bool
isAutoIncrement
;
bool
isCaseSensitive
;
bool
isCurrency
;
bool
isDefinitelyWritable
;
int
isNullable
;
bool
isReadOnly
;
bool
isSearchable
;
bool
isSigned
;
bool
isWritable
;
}
Members
Variables
catalogName
string
catalogName
;
Undocumented in source.
displaySize
int
displaySize
;
Undocumented in source.
isAutoIncrement
bool
isAutoIncrement
;
Undocumented in source.
isCaseSensitive
bool
isCaseSensitive
;
Undocumented in source.
isCurrency
bool
isCurrency
;
Undocumented in source.
isDefinitelyWritable
bool
isDefinitelyWritable
;
Undocumented in source.
isNullable
int
isNullable
;
Undocumented in source.
isReadOnly
bool
isReadOnly
;
Undocumented in source.
isSearchable
bool
isSearchable
;
Undocumented in source.
isSigned
bool
isSigned
;
Undocumented in source.
isWritable
bool
isWritable
;
Undocumented in source.
label
string
label
;
Undocumented in source.
name
string
name
;
Undocumented in source.
precision
int
precision
;
Undocumented in source.
scale
int
scale
;
Undocumented in source.
schemaName
string
schemaName
;
Undocumented in source.
tableName
string
tableName
;
Undocumented in source.
type
int
type
;
Undocumented in source.
typeName
string
typeName
;
Undocumented in source.
Meta
Source
See Implementation
ddbc
common
aliases
DriverFactoryDelegate
classes
ColumnMetadataItem
ConnectionPoolDataSourceImpl
ConnectionWrapper
DataSourceImpl
DriverFactory
ParameterMetaDataImpl
ParameterMetaDataItem
ResultSetImpl
ResultSetMetaDataImpl
functions
createConnection
createConnectionPool
createDataSource
extractDriverNameFromURL
extractParamsFromURL
setUserAndPassword
stripDdbcPrefix
unitTestExecuteBatch
interfaces
ConnectionCloseHandler
static functions
myRemove
Column metadata object to be used in driver implementations