borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
borland.jbcl.dataset.MetaDataUpdate
VariablesThe 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.
public static final int ALL = 1This constant is the default and specifies that the open of the DataSet will automatically override the following settings:
public static final int NONE = 0This 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.