Uses of Class
com.mckoi.database.DataTable
Packages that use DataTable
-
Uses of DataTable in com.mckoi.database
Methods in com.mckoi.database that return DataTableModifier and TypeMethodDescriptionDatabaseProcedure.getReadTables
(DatabaseConnection db) This returns a DataTable[] array that lists the DataTables that are read during this procedure.Returns a DataTable that represents the table from the given schema, name in the database.Returns a DataTable that represents the table with the given name in the database from the current connection schema.Returns a DataTable from the database with the given table name.DatabaseProcedure.getWriteTables
(DatabaseConnection db) Returns a DataTable[] array that lists the DataTables that are written to during this procedure.Methods in com.mckoi.database with parameters of type DataTableModifier and TypeMethodDescriptionvoid
LockHandle.checkAccess
(DataTable table, int access_type) Blocks until access to the given DataTable object is safe.LockingMechanism.lockTables
(DataTable[] t_write, DataTable[] t_read) This method locks the given tables for either reading or writing.