Package org.neo4j.jdbc.metadata
Class Column
- java.lang.Object
-
- org.neo4j.jdbc.metadata.Column
-
public class Column extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBufferLength()StringgetCharOctetLength()StringgetColumnDef()StringgetColumnName()static List<String>getColumns()StringgetColumnSize()StringgetDataType()StringgetDecimalDigits()StringgetIsAutoincrement()StringgetIsGeneratedcolumn()StringgetIsNullable()StringgetNullable()StringgetNumPrecRadix()intgetOrdinalPosition()StringgetRemarks()StringgetScopeCatalog()StringgetScopeSchema()StringgetScopeTable()StringgetSourceDataType()StringgetSqlDataType()StringgetSqlDatetimeSub()StringgetTableCat()StringgetTableName()StringgetTableSchem()StringgetTypeName()List<Object>toResultSetRow()
-
-
-
Method Detail
-
getTableCat
public String getTableCat()
-
getTableSchem
public String getTableSchem()
-
getTableName
public String getTableName()
-
getColumnName
public String getColumnName()
-
getDataType
public String getDataType()
-
getTypeName
public String getTypeName()
-
getColumnSize
public String getColumnSize()
-
getBufferLength
public String getBufferLength()
-
getDecimalDigits
public String getDecimalDigits()
-
getNumPrecRadix
public String getNumPrecRadix()
-
getNullable
public String getNullable()
-
getRemarks
public String getRemarks()
-
getColumnDef
public String getColumnDef()
-
getSqlDataType
public String getSqlDataType()
-
getSqlDatetimeSub
public String getSqlDatetimeSub()
-
getCharOctetLength
public String getCharOctetLength()
-
getOrdinalPosition
public int getOrdinalPosition()
-
getIsNullable
public String getIsNullable()
-
getScopeCatalog
public String getScopeCatalog()
-
getScopeSchema
public String getScopeSchema()
-
getScopeTable
public String getScopeTable()
-
getSourceDataType
public String getSourceDataType()
-
getIsAutoincrement
public String getIsAutoincrement()
-
getIsGeneratedcolumn
public String getIsGeneratedcolumn()
-
-