|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Binder
based on the metadata of the prepared statement.false
.
null
.
false
.
ValueGenerator
that returns a sequence of dates, starting at a given date and incremented by a given
time, specified as an increment and a calendar field.default binder configuration
.
BinderConfiguration
.
stmt.setObject()
to bind the parameter.
BinderConfiguration
, used by default by DbSetup
.delete from table
operation.
delete from table
operations.
delete from ...
- Destination - Interface in com.ninja_squad.dbsetup.destination
- The destination of a database setup.
- DriverManagerDestination - Class in com.ninja_squad.dbsetup.destination
- A destination which uses the
DriverManager
to get a connection - DriverManagerDestination(String, String, String) -
Constructor for class com.ninja_squad.dbsetup.destination.DriverManagerDestination
- Constructor
Binder
for the given parameter, based on the given metadata.
true
:
DbSetupTracker.skipNextLaunch()
has been called since the last call to this method;
the given dbSetup
is equal to the last DbSetup launched by this method
This method resets the skipNextLaunch
flag to false
.
ValueGenerator
which generates a sequence of long values.Statement.executeUpdate(String)
).ValueGenerator
that returns a string prefix followed by a sequence number, optionally left-padded
with 0 to ensure a correct ordering (for example: CODE_001, CODE_002, etc.).truncate table ...
- truncate(String...) -
Static method in class com.ninja_squad.dbsetup.Operations
- Creates a sequence of
truncate table ...
- truncate(List<String>) -
Static method in class com.ninja_squad.dbsetup.Operations
- Creates a sequence of
truncate table ...
ValueGenerator
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |