Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
G
H
I
O
S
D
disableCheckAndUniqueConstraints()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Disables all check and unique constraints on all tables in the schema
disableNotNullConstraints()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Disables all not null constraints on all tables in the schema
disableReferentialConstraints()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Disables all referential constraints (e.g. foreign keys) on all tables in the schema
disableValueConstraints()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Disables all value constraints (e.g. not null) on all tables in the schema
G
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.
H
H2DbSupport
- Class in
org.unitils.core.dbsupport
Implementation of
DbSupport
for a H2 database
H2DbSupport()
- Constructor for class org.unitils.core.dbsupport.
H2DbSupport
Creates support for H2 databases.
I
incrementIdentityColumnToValue(String, String, long)
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Increments the identity value for the specified identity column on the specified table to the given value.
incrementSequenceToValue(String, long)
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Sets the next value of the sequence with the given sequence name to the given sequence value.
O
org.unitils.core.dbsupport
- package org.unitils.core.dbsupport
S
supportsCascade()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Cascade are supported.
supportsIdentityColumns()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Identity columns are supported.
supportsSequences()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Sequences are supported.
supportsTriggers()
- Method in class org.unitils.core.dbsupport.
H2DbSupport
Triggers are supported.
D
G
H
I
O
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.