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) addSqlStatements
(Iterable<String> sqlStatements) void
clear()
Removes the elements of the currentClearable
.void
executeAndClearUsingConnection
(ISqlConnection sqlConnection) boolean
isEmpty()
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
-
Konstruktordetails
-
SqlCollector
public SqlCollector()
-
-
Methodendetails
-
addSqlStatement
- Angegeben von:
addSqlStatement
in SchnittstelleISqlCollector
-
addSqlStatements
- Angegeben von:
addSqlStatements
in SchnittstelleISqlCollector
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:Clearable
Removes the elements of the currentClearable
. -
executeAndClearUsingConnection
- Angegeben von:
executeAndClearUsingConnection
in SchnittstelleISqlCollector
-
getSqlStatements
- Angegeben von:
getSqlStatements
in SchnittstelleISqlCollector
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-