Press on the image to return to the main documentation page.
		 | 
	
  Close
  ColumnCount As Int  [read only]
  GetBlob (ColumnName As String) As Byte()
  GetBlob2 (Index As Int) As Byte()
  GetColumnName (Index As Int) As String
  GetDouble (ColumnName As String) As Double
  GetDouble2 (Index As Int) As Double
  GetInt (ColumnName As String) As Int
  GetInt2 (Index As Int) As Int
  GetLong (ColumnName As String) As Long
  GetLong2 (Index As Int) As Long
  GetString (ColumnName As String) As String
  GetString2 (Index As Int) As String
  IsInitialized As Boolean
  NextRow As Boolean
Close
ColumnCount As Int  [read only]
GetBlob (ColumnName As String) As Byte()
GetBlob2 (Index As Int) As Byte()
GetColumnName (Index As Int) As String
GetDouble (ColumnName As String) As Double
GetDouble2 (Index As Int) As Double
GetInt (ColumnName As String) As Int
GetInt2 (Index As Int) As Int
GetLong (ColumnName As String) As Long
GetLong2 (Index As Int) As Long
GetString (ColumnName As String) As String
GetString2 (Index As Int) As String
IsInitialized As Boolean
NextRow As Boolean
  AddNonQueryToBatch (Statement As String, Args As List)
  BeginTransaction
  Close
  CreateCallStatement (Query As String, Args As List) As Object
  ExecCall (CallStatement As Object) As JdbcResultSet
  ExecNonQuery (Statement As String)
  ExecNonQuery2 (Statement As String, Args As List)
  ExecNonQueryBatch (EventName As String) As Object
  ExecQuery (Query As String) As JdbcResultSet
  ExecQuery2 (Query As String, Args As List) As JdbcResultSet
  ExecQueryAsync (EventName As String, Query As String, Args As List) As Object
  ExecQuerySingleResult (Query As String) As String
  ExecQuerySingleResult2 (Query As String, Args As List) As String
  Initialize (DriverClass As String, JdbcUrl As String)
  Initialize2 (DriverClass As String, JdbcUrl As String, UserName As String, Password As String)
  InitializeAsync (EventName As String, DriverClass As String, JdbcUrl As String, UserName As String, Password As String)
  InitializeSQLite (Dir As String, FileName As String, CreateIfNecessary As Boolean)
  IsInitialized As Boolean
  Rollback
  TransactionSuccessful
AddNonQueryToBatch (Statement As String, Args As List)
BeginTransaction
Close
CreateCallStatement (Query As String, Args As List) As Object
ExecCall (CallStatement As Object) As JdbcResultSet
ExecNonQuery (Statement As String)
ExecNonQuery2 (Statement As String, Args As List)
ExecNonQueryBatch (EventName As String) As Object
ExecQuery (Query As String) As JdbcResultSet
ExecQuery2 (Query As String, Args As List) As JdbcResultSet
ExecQueryAsync (EventName As String, Query As String, Args As List) As Object
ExecQuerySingleResult (Query As String) As String
ExecQuerySingleResult2 (Query As String, Args As List) As String
Initialize (DriverClass As String, JdbcUrl As String)
Initialize2 (DriverClass As String, JdbcUrl As String, UserName As String, Password As String)
InitializeAsync (EventName As String, DriverClass As String, JdbcUrl As String, UserName As String, Password As String)
InitializeSQLite (Dir As String, FileName As String, CreateIfNecessary As Boolean)
IsInitialized As Boolean
Rollback
TransactionSuccessful