Uses of Class
com.mckoi.database.jdbc.MStatement
-
Packages that use MStatement Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of MStatement in com.mckoi.database.jdbc
Subclasses of MStatement in com.mckoi.database.jdbc Modifier and Type Class Description (package private) class
MPreparedStatement
An implementation of a JDBC prepared statement.Fields in com.mckoi.database.jdbc declared as MStatement Modifier and Type Field Description private MStatement
MResultSet. statement
The MStatement that this result is from.Constructors in com.mckoi.database.jdbc with parameters of type MStatement Constructor Description MResultSet(MConnection connection, MStatement statement)
Constructor.
-