Uses of Class
org.mariadb.jdbc.Statement
-
Packages that use Statement Package Description org.mariadb.jdbc -
-
Uses of Statement in org.mariadb.jdbc
Subclasses of Statement in org.mariadb.jdbc Modifier and Type Class Description classBaseCallableStatementCommon methods for function/stored procedureclassBasePreparedStatementCommon methods for prepare statement, for client and server prepare statement.classClientPreparedStatementClient side prepare statement.classFunctionStatementFunction callable statement implementationclassProcedureStatementProcedure callable statementclassServerPreparedStatementServer prepare statement.Methods in org.mariadb.jdbc that return Statement Modifier and Type Method Description StatementConnection. createStatement()StatementConnection. createStatement(int resultSetType, int resultSetConcurrency)StatementConnection. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-