- getColumnNames(String) - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Gets the names of all columns of the given table.
- getIdentityColumnNames(String) - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Gets the names of all primary columns of the given table.
- getSequenceNames() - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Retrieves the names of all the sequences in the database schema.
- getSequenceValue(String) - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Returns the value of the sequence with the given name.
- getTableNames() - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Returns the names of all tables in the database.
- getTriggerNames() - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Retrieves the names of all the triggers in the database schema.
- getViewNames() - Method in class org.unitils.core.dbsupport.H2DbSupport
-
Retrieves the names of all the views in the database schema.