Method |
Description |
|
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction |
|
|
CloseCommand ( int handle ) : void |
|
|
CloseResultSet ( int handle ) : void |
|
|
Commit ( ) : void |
|
|
Dispose ( bool disposing ) : void |
|
|
GetSchemaHelper ( NuoDb.Data.Client.NuoDbConnection tmConn, string collectionName, string restrictionValues ) : DataTable |
|
|
GetSchemaHelper ( string connectionString, string collectionName, string restrictionValues ) : DataTable |
|
|
IsCommandRegistered ( int handle ) : bool |
|
|
IsResultSetRegistered ( int handle ) : bool |
|
|
Open ( ) : void |
|
|
RegisterCommand ( int handle ) : void |
|
|
RegisterResultSet ( int handle ) : void |
|
|
RetrieveMatchingTables ( NuoDb.Data.Client.NuoDbConnection conn, string schema, string table ) : string>>.List |
|
|
Rollback ( ) : void |
|
|
doOpen ( string hostName ) : void |
|
|
getItemAtIndex ( string values, int index ) : string |
|
|
getProcessConnection ( string databaseName ) : ProcessConnection |
|
|
isNumeric ( string p ) : bool |
|
|
isVarLenType ( string p ) : bool |
|
|
mapDbTypeToJavaSql ( DbType dbType ) : int |
|
|
mapDbTypeToNetType ( int dbType ) : string |
|
|
mapJavaSqlToDbType ( int jSQL ) : DbType |
|
|
mapNuoDbToNetType ( string p, int precision, int scale ) : string |
|
|
sendAndReceive ( EncodedDataStream stream ) : void |
|
|
sendAsync ( EncodedDataStream stream ) : void |
|
|
setLastTransaction ( long transactionId, int nodeId, long commitSequence ) : void |
|
|