public class ColumnBase
extends java.lang.Object
Title: Dataspace Framework
Description: Dataspace underlying provider implementation
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
com.streamscape.ds.types.Type |
dataType |
byte |
parameterMode |
Constructor and Description |
---|
ColumnBase() |
ColumnBase(java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatalogNameString() |
com.streamscape.ds.types.Type |
getDataType() |
java.lang.String |
getNameString() |
byte |
getNullability() |
byte |
getParameterMode() |
java.lang.String |
getSchemaNameString() |
java.lang.String |
getTableNameString() |
boolean |
isIdentity() |
boolean |
isNullable() |
boolean |
isSearchable() |
boolean |
isWriteable() |
void |
setIdentity(boolean value) |
void |
setNullability(byte value) |
void |
setNullable(boolean value) |
void |
setParameterMode(byte mode) |
void |
setType(com.streamscape.ds.types.Type type) |
void |
setWriteable(boolean value) |
public byte parameterMode
public com.streamscape.ds.types.Type dataType
public ColumnBase()
public ColumnBase(java.lang.String catalog, java.lang.String schema, java.lang.String table, java.lang.String name)
public java.lang.String getNameString()
public java.lang.String getTableNameString()
public java.lang.String getSchemaNameString()
public java.lang.String getCatalogNameString()
public void setIdentity(boolean value)
public boolean isIdentity()
public void setType(com.streamscape.ds.types.Type type)
public boolean isNullable()
public void setNullable(boolean value)
public byte getNullability()
public void setNullability(byte value)
public boolean isWriteable()
public boolean isSearchable()
public void setWriteable(boolean value)
public com.streamscape.ds.types.Type getDataType()
public byte getParameterMode()
public void setParameterMode(byte mode)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.