borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

MetaDataUpdate interface

borland.jbcl.dataset.MetaDataUpdate

About the MetaDataUpdate interface

Variables  
The MetaDataUpdate class used with the QueryDataSet and ProcedureDataSet components. It defines the constants used to specify the level of metadata discovery to perform when executing a query or stored procedure against a SQL server database.

MetaDataUpdate variables

Variables defined in this interface


MetaDataUpdate variables

ALL

  public static final int ALL = 1
This constant is the default and specifies that the open of the DataSet will automatically override the following settings:

NONE

  public static final int NONE = 0
This constant is used to specify that the open of the DataSet is not to override the above stated properties. You must specify the values for these properties for any persistent Column components in the StorageDataSet.

For more information on persistent columns, see the Persistent columns topic in the Database Application Developer's Guide.