Package ch.nolix.core.sql.sqltool
Klasse SqlCollector
java.lang.Object
ch.nolix.core.sql.sqltool.SqlCollector
- Alle implementierten Schnittstellen:
ISqlCollector,Clearable,EmptinessRequestable
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddSqlStatement(String sqlstatement, String... sqlStatements) addSqlStatements(Iterable<String> sqlStatements) voidclear()Removes the elements of the currentClearable.voidexecuteAndClearUsingConnection(ISqlConnection sqlConnection) booleanisEmpty()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAny
-
Konstruktordetails
-
SqlCollector
public SqlCollector()
-
-
Methodendetails
-
addSqlStatement
- Angegeben von:
addSqlStatementin SchnittstelleISqlCollector
-
addSqlStatements
- Angegeben von:
addSqlStatementsin SchnittstelleISqlCollector
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:ClearableRemoves the elements of the currentClearable. -
executeAndClearUsingConnection
- Angegeben von:
executeAndClearUsingConnectionin SchnittstelleISqlCollector
-
getSqlStatements
- Angegeben von:
getSqlStatementsin SchnittstelleISqlCollector
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmptyin SchnittstelleEmptinessRequestable- Gibt zurück:
- true if
EmptinessRequestabledoes not contain an element.
-