borland Packages  Class Hierarchy  dx.dataset Package 

ColumnDesigner interface

com.borland.dx.dataset.ColumnDesigner

About the ColumnDesigner interface

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.


ColumnDesigner methods

Methods defined in this interface


ColumnDesigner methods

addColumn(com.borland.dx.dataset.Column)

  int addColumn(Column column)
This method is used internally by other com.borland classes. You should never use this method directly.

changeColumn(int, com.borland.dx.dataset.Column)

  void changeColumn(int ordinal, Column column)
This method is used internally by other com.borland classes. You should never use this method directly.

dropColumn(java.lang.String)

  void dropColumn(String columnName)
This method is used internally by other com.borland classes. You should never use this method directly.

getColumn(int)

  Column getColumn(int ordinal)
This method is used internally by other com.borland classes. You should never use this method directly.

getColumnCount()

  int getColumnCount()
This method is used internally by other com.borland classes. You should never use this method directly.

hasColumn(java.lang.String)

  Column hasColumn(String columnName)
This method is used internally by other com.borland classes. You should never use this method directly.