, including all inherited members.
AutoCommit | TZAbstractConnection | [protected] |
ClearWarnings() | TZAbstractConnection | |
Close() | TZSQLiteConnection | |
Closed | TZAbstractConnection | [protected] |
Commit() | TZSQLiteConnection | |
CommitPrepared(const string transactionid) | TZAbstractConnection | |
CreateCallableStatement(const string SQL, TStrings Info) | TZAbstractConnection | [protected] |
CreateNotification(const string Event) | TZAbstractConnection | |
CreatePreparedStatement(const string SQL, TStrings Info) | TZSQLiteConnection | |
CreateRegularStatement(TStrings Info) | TZSQLiteConnection | |
CreateSequence(const string Sequence, Integer BlockSize) | TZAbstractConnection | |
CreateStatement() | TZAbstractConnection | |
CreateStatementWithParams(TStrings Info) | TZAbstractConnection | |
Database | TZAbstractConnection | [protected] |
Driver | TZAbstractConnection | [protected] |
EscapeString(String Value) | TZAbstractConnection | |
FCatalog | TZSQLiteConnection | [private] |
FHandle | TZSQLiteConnection | [private] |
FPlainDriver | TZSQLiteConnection | [private] |
GetAutoCommit() | TZAbstractConnection | |
GetCatalog() | TZSQLiteConnection | |
GetClientVersion() | TZAbstractConnection | |
GetConnectionHandle() | TZSQLiteConnection | |
GetDriver() | TZAbstractConnection | |
GetHostVersion() | TZAbstractConnection | |
GetMetadata() | TZAbstractConnection | |
GetParameters() | TZAbstractConnection | |
GetPlainDriver() | TZSQLiteConnection | |
GetTransactionIsolation() | TZAbstractConnection | |
GetWarnings() | TZAbstractConnection | |
HostName | TZAbstractConnection | [protected] |
Info | TZAbstractConnection | [protected] |
IsClosed() | TZAbstractConnection | |
IsReadOnly() | TZAbstractConnection | |
Key(const string Key) | TZSQLiteConnection | |
NativeSQL(const string SQL) | TZAbstractConnection | |
Open() | TZSQLiteConnection | |
Password | TZAbstractConnection | [protected] |
PingServer() | TZAbstractConnection | |
Port | TZAbstractConnection | [protected] |
PrepareCall(const string SQL) | TZAbstractConnection | |
PrepareCallWithParams(const string SQL, TStrings Info) | TZAbstractConnection | |
PrepareStatement(const string SQL) | TZAbstractConnection | |
PrepareStatementWithParams(const string SQL, TStrings Info) | TZAbstractConnection | |
PrepareTransaction(const string transactionid) | TZAbstractConnection | |
RaiseUnsupportedException() | TZAbstractConnection | [protected] |
ReadOnly | TZAbstractConnection | [protected] |
ReKey(const string Key) | TZSQLiteConnection | |
Rollback() | TZSQLiteConnection | |
RollbackPrepared(const string transactionid) | TZAbstractConnection | |
SetAutoCommit(Boolean AutoCommit) | TZAbstractConnection | |
SetCatalog(const string Catalog) | TZSQLiteConnection | |
SetReadOnly(Boolean ReadOnly) | TZAbstractConnection | |
SetTransactionIsolation(TZTransactIsolationLevel Level) | TZSQLiteConnection | |
StartTransactionSupport() | TZSQLiteConnection | [protected] |
TransactIsolationLevel | TZAbstractConnection | [protected] |
TZAbstractConnection(IZDriver Driver, const string Url, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info, TContainedObject Metadata) | TZAbstractConnection | |
TZSQLiteConnection(IZDriver Driver, const string Url, IZSQLitePlainDriver PlainDriver, const string HostName, Integer Port, const string Database, const string User, const string Password, TStrings Info) | TZSQLiteConnection | |
User | TZAbstractConnection | [protected] |
~TZAbstractConnection() | TZAbstractConnection | |
~TZSQLiteConnection() | TZSQLiteConnection | |