org.apache.derby.iapi.sql.dictionary
Interface SystemColumn

All Known Implementing Classes:
SystemColumnImpl

public interface SystemColumn

Implements the description of a column in a system table.

Version:
0.1

Method Summary
 java.lang.String getName()
          Gets the name of this column.
 DataTypeDescriptor getType()
          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.


Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.