public interface ResultColumnDescriptor
Modifier and Type | Method and Description |
---|---|
int |
getColumnPosition()
Get the position of the Column.
|
java.lang.String |
getName()
Returns the name of the Column.
|
java.lang.String |
getSourceSchemaName()
Get the name of the schema for the Column's base table, if any.
|
java.lang.String |
getSourceTableName()
Get the name of the underlying(base) table this column comes from, if any.
|
DataTypeDescriptor |
getType()
Returns a DataTypeDescriptor for the column.
|
boolean |
hasGenerationClause()
Return true if this result column represents a generated column.
|
boolean |
isAutoincrement()
Tell us if the column is an autoincrement column or not.
|
boolean |
updatableByCursor()
Return true if the column is wirtable by a positioned update.
|
DataTypeDescriptor getType()
java.lang.String getName()
java.lang.String getSourceSchemaName()
java.lang.String getSourceTableName()
boolean updatableByCursor()
int getColumnPosition()
boolean isAutoincrement()
boolean hasGenerationClause()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.