Uses of Class
com.mckoi.database.jdbc.MConnection
-
Packages that use MConnection Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of MConnection in com.mckoi.database
Subclasses of MConnection in com.mckoi.database Modifier and Type Class Description private static class
InternalJDBCHelper.InternalConnection
A derived java.sql.Connection class from MConnection. -
Uses of MConnection in com.mckoi.database.jdbc
Fields in com.mckoi.database.jdbc declared as MConnection Modifier and Type Field Description protected MConnection
AbstractStreamableObject. connection
The MConnection object that this object was returned as part of the result of.private MConnection
MckoiConnection. connection
The wrapped MConnection.private MConnection
MDatabaseMetaData. connection
The Connection object associated with this meta data.private MConnection
MResultSet. connection
The MConnection that this result set is in.private MConnection
MStatement. connection
The MConnection object for this statement.Methods in com.mckoi.database.jdbc with parameters of type MConnection Modifier and Type Method Description (package private) java.util.Vector
RowCache. getResultPart(java.util.Vector result_block, MConnection connection, int result_id, int row_index, int row_count, int col_count, int total_row_count)
Requests a block of parts.Constructors in com.mckoi.database.jdbc with parameters of type MConnection Constructor Description AbstractStreamableObject(MConnection connection, int result_set_id, byte type, long streamable_object_id, long size)
Constructor.MDatabaseMetaData(MConnection connection)
Constructor.MPreparedStatement(MConnection connection, java.lang.String sql)
Constructs the PreparedStatement.MResultSet(MConnection connection, MStatement statement)
Constructor.MStatement(MConnection connection)
Constructs the statement.MStreamableBlob(MConnection connection, int result_set_id, byte type, long streamable_object_id, long size)
Constructs the blob.MStreamableClob(MConnection connection, int result_set_id, byte type, long streamable_object_id, long size)
Constructs the Clob.
-