borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

ColumnDesigner interface

borland.jbcl.dataset.ColumnDesigner

About the ColumnDesigner interface

Methods  

Implemented by ParameterRow, StorageDataSet, TableDataSet, ProcedureDataSet, QueryDataSet

This interface is used internally by other classes in the JBCL. You should never use this interface directly.


ColumnDesigner methods

Methods defined in this interface


ColumnDesigner methods

addColumn(borland.jbcl.dataset.Column)

  int addColumn(borland.jbcl.dataset.Column column)
This method is used internally by other classes in the JBCL. You should never use this method directly.

changeColumn(int, borland.jbcl.dataset.Column)

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

dropColumn(java.lang.String)

  void dropColumn(java.lang.String columnName)
This method is used internally by other classes in the JBCL. You should never use this method directly.

getColumn(int)

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

getColumnCount()

  int getColumnCount()
This method is used internally by other classes in the JBCL. You should never use this method directly.

hasColumn(java.lang.String)

  Column hasColumn(java.lang.String columnName)
This method is used internally by other classes in the JBCL. You should never use this method directly.