void |
MetaImpl.closeConnection(Meta.ConnectionHandle ch) |
void |
Meta.closeConnection(Meta.ConnectionHandle ch)
Close a connection
|
Meta.ConnectionProperties |
MetaImpl.connectionSync(Meta.ConnectionHandle ch,
Meta.ConnectionProperties connProps) |
Meta.ConnectionProperties |
Meta.connectionSync(Meta.ConnectionHandle ch,
Meta.ConnectionProperties connProps)
Sync client and server view of connection properties.
|
Meta.StatementHandle |
MetaImpl.createStatement(Meta.ConnectionHandle ch) |
Meta.StatementHandle |
Meta.createStatement(Meta.ConnectionHandle ch)
Called during the creation of a statement to allocate a new handle.
|
Meta.StatementHandle |
Meta.prepare(Meta.ConnectionHandle ch,
String sql,
int maxRowCount)
Prepares a statement.
|
Meta.ExecuteResult |
Meta.prepareAndExecute(Meta.ConnectionHandle ch,
String sql,
int maxRowCount,
Meta.PrepareCallback callback)
Prepares and executes a statement.
|