Package | Description |
---|---|
com.streamscape.ds.schema.collection | |
com.streamscape.ds.schema.collection.tspace.table | |
com.streamscape.lib.utils | |
com.streamscape.sdo.rowset |
Modifier and Type | Method and Description |
---|---|
static SQLType |
DataspaceTypeToSQLTypeConverter.convert(com.streamscape.ds.types.Type type) |
Modifier and Type | Method and Description |
---|---|
SQLType |
TableColumn.getArrayType() |
SQLType |
TableColumn.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setArrayType(SQLType arrayType) |
Constructor and Description |
---|
TableColumn(java.lang.String name,
SQLType type) |
TableColumn(java.lang.String name,
SQLType type,
boolean isNullable) |
TableColumn(java.lang.String name,
SQLType type,
int length) |
TableColumn(java.lang.String name,
SQLType type,
int length,
boolean isNullable) |
TableColumn(java.lang.String name,
SQLType type,
int precision,
int scale) |
TableColumn(java.lang.String name,
SQLType type,
int precision,
int scale,
boolean isNullable) |
TableColumn(java.lang.String name,
SQLType type,
SQLType arrayType) |
TableColumn(java.lang.String name,
SQLType type,
SQLType arrayType,
int length) |
TableColumn(java.lang.String name,
SQLType type,
java.lang.String semanticTypeName) |
Modifier and Type | Field and Description |
---|---|
static SQLType |
SQLType.ARRAY |
static SQLType |
SQLType.ASPECTS |
static SQLType |
SQLType.BIGINT |
static SQLType |
SQLType.BINARY |
static SQLType |
SQLType.BIT |
static SQLType |
SQLType.BLOB |
static SQLType |
SQLType.BOOLEAN |
static SQLType |
SQLType.CATEGORY |
static SQLType |
SQLType.CHAR |
static SQLType |
SQLType.CLOB |
static SQLType |
SQLType.DATE |
static SQLType |
SQLType.DECIMAL |
static SQLType |
SQLType.DOUBLE |
static SQLType |
SQLType.EVENT |
static SQLType |
SQLType.FACETS |
static SQLType |
SQLType.FLOAT |
static SQLType |
SQLType.FLOB |
static SQLType |
SQLType.INTEGER |
static SQLType |
SQLType.LONG |
static SQLType |
SQLType.LONGNVARCHAR |
static SQLType |
SQLType.LONGVARBINARY |
static SQLType |
SQLType.LONGVARCHAR |
static SQLType |
SQLType.NCHAR |
static SQLType |
SQLType.NUMERIC |
static SQLType |
SQLType.NVARCHAR |
static SQLType |
SQLType.OTHER |
static SQLType |
SQLType.REAL |
static SQLType |
SQLType.SMALLINT |
static SQLType |
SQLType.SQLDATE |
static SQLType |
SQLType.SQLTIME |
static SQLType |
SQLType.SQLTIMESTAMP |
static SQLType |
SQLType.STRING |
static SQLType |
SQLType.TINYINT |
static SQLType |
SQLType.UBIGINT |
static SQLType |
SQLType.UINTEGER |
static SQLType |
SQLType.URL |
static SQLType |
SQLType.USMALLINT |
static SQLType |
SQLType.UTINYINT |
static SQLType |
SQLType.VARBINARY |
static SQLType |
SQLType.VARCHAR |
Modifier and Type | Method and Description |
---|---|
static SQLType |
SQLType.typeForClass(java.lang.Class clazz) |
static SQLType |
SQLType.typeForId(int id) |
static SQLType |
SQLType.typeForId(int columnType,
java.lang.String columnTypeName,
java.lang.String columnClassName) |
static SQLType |
SQLType.typeForName(java.lang.String name) |
static SQLType |
SQLType.valueOf(java.lang.String name) |
static SQLType[] |
SQLType.values() |
Modifier and Type | Method and Description |
---|---|
SQLType |
ColumnDescriptor.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RowMetaData.addColumn(java.lang.String name,
SQLType type)
Adds column definition with specified name and SQL type to the meta data.
|
void |
RowMetaData.addColumn(java.lang.String name,
SQLType type,
boolean nullable)
Adds a column definition with specified name, SQL type and NULLable flag to the meta-data.
|
void |
RowMetaData.addColumn(java.lang.String name,
SQLType type,
boolean nullable,
int precision,
int scale) |
static byte[] |
RowSet.convertStringToBytes(java.lang.String str,
SQLType type) |
void |
RowMetaData.setOutParameterNamesAndTypes(java.lang.String[] outParams,
SQLType[] types)
Sets out parameters names and types.
|
Constructor and Description |
---|
ColumnDescriptor(java.lang.String name,
SQLType type,
boolean nullable) |
ColumnDescriptor(java.lang.String name,
SQLType type,
boolean nullable,
int precision,
int scale) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.