org.apache.derby.iapi.sql.dictionary
Interface SystemColumn
-
public interface SystemColumnImplements the description of a column in a system table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetName()Gets the name of this column.DataTypeDescriptorgetType()Return the type of this column.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the name of this column.- Returns:
- The column name.
-
getType
DataTypeDescriptor getType()
Return the type of this column.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG