borland Packages Class Hierarchy dx.dataset Package
com.borland.dx.dataset.ColumnDesigner
Methods
Implemented by ParameterRow, StorageDataSet, TableDataSet, ProcedureDataSet, QueryDataSet
This interface is used internally by other com.borland classes. You should never use this interface directly.
int addColumn(Column column)This method is used internally by other com.borland classes. You should never use this method directly.
void changeColumn(int ordinal, Column column)This method is used internally by other com.borland classes. You should never use this method directly.
void dropColumn(String columnName)This method is used internally by other com.borland classes. You should never use this method directly.
Column getColumn(int ordinal)This method is used internally by other com.borland classes. You should never use this method directly.
int getColumnCount()This method is used internally by other com.borland classes. You should never use this method directly.
Column hasColumn(String columnName)This method is used internally by other com.borland classes. You should never use this method directly.