Package ch.nolix.core.sql
Klasse SqlCollector
java.lang.Object
ch.nolix.core.sql.SqlCollector
- Alle implementierten Schnittstellen:
Clearable
,EmptinessRequestable
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddSqlStatement
(String sqlstatement) addSqlStatements
(Iterable<String> sqlStatements) void
clear()
Removes the elements of the currentClearable
.void
executeAndClearUsingConnection
(SqlConnection sqlConnection) void
executeUsingConnection
(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
-
addSqlStatements
-
clear
public void clear()Beschreibung aus Schnittstelle kopiert:Clearable
Removes the elements of the currentClearable
. -
executeAndClearUsingConnection
-
executeUsingConnection
-
getSqlStatements
-
isEmpty
public boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-