Klasse SqlCollector
java.lang.Object
ch.nolix.core.sql.sqltool.SqlCollector
- Alle implementierten Schnittstellen:
ISqlCollector, Clearable, EmptinessRequestable
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAny
-
Konstruktordetails
-
SqlCollector
public SqlCollector()
-
-
Methodendetails
-
addSqlStatement
- Angegeben von:
addSqlStatementin SchnittstelleISqlCollector
-
addSqlStatements
- Angegeben von:
addSqlStatementsin SchnittstelleISqlCollector
-
clear
-
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, false otherwise.
-