Uses of Interface
org.spincast.plugins.jdbc.statements.InsertStatement
Packages that use InsertStatement
-
Uses of InsertStatement in org.spincast.plugins.jdbc
Methods in org.spincast.plugins.jdbc that return InsertStatementModifier and TypeMethodDescriptionJdbcStatementFactory.createInsertStatement
(Connection connection) Creates an Insert statement.Methods in org.spincast.plugins.jdbc that return types with arguments of type InsertStatementModifier and TypeMethodDescriptionprotected Class<? extends InsertStatement>
SpincastJdbcPluginModule.getInsertJdbcStatementDefaultImpl()
-
Uses of InsertStatement in org.spincast.plugins.jdbc.statements
Classes in org.spincast.plugins.jdbc.statements that implement InsertStatement