Uses of Interface
io.codemine.java.postgresql.jdbc.Statement
-
Uses of Statement in io.codemine.java.postgresql.jdbc
Methods in io.codemine.java.postgresql.jdbc with parameters of type StatementModifier and TypeMethodDescriptionstatic <T> StatementBatch<T> Convenience varargs factory method.Constructor parameters in io.codemine.java.postgresql.jdbc with type arguments of type StatementModifierConstructorDescriptionStatementBatch(Iterable<? extends Statement<R>> statements) Create a batch of statements to execute together.