DBBatch
Manages the execution of massive batch commands to the database.
add
add(sql: string) : DBBatch
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
sql | string |
Return
( DBBatch )
clear
clear() : void
Return
( void )
close
close() : void
Return
( void )
execute
execute() : int[]
Return
( int[] )
put
put(params: [Ljava.lang.Object;[]) : DBBatch
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
params | [Ljava.lang.Object;[] |
Return
( DBBatch )