mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-14 15:40:59 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@38719 72102866-910b-0410-8b05-ffd578937521
81 lines
1.4 KiB
C
81 lines
1.4 KiB
C
{ /* -*-c-*- */
|
|
"prerequisite libraries" = (
|
|
"gnustep-base",
|
|
"Performance"
|
|
);
|
|
types = {
|
|
NSTimeInterval = double;
|
|
};
|
|
classes = (
|
|
{
|
|
"file to include in preamble java code" = "Performance.import";
|
|
"java name" = "gnu.gnustep.SQLClient.SQLClient";
|
|
"objective-c name" = "SQLClient";
|
|
"class methods" = (
|
|
"allClients",
|
|
"clientWithConfiguration:name:",
|
|
"existingClient:",
|
|
"maxConnections",
|
|
"purgeConnections:",
|
|
"setMaxConnections:",
|
|
);
|
|
"instance methods" = (
|
|
"begin",
|
|
"cache",
|
|
"cache:query:with:",
|
|
"cache:simpleQuery:",
|
|
"clientName",
|
|
"commit",
|
|
"connect",
|
|
"connected",
|
|
"database",
|
|
"debugging",
|
|
"disconnect",
|
|
"durationLogging",
|
|
"isInTransaction",
|
|
"lastOperation",
|
|
"name",
|
|
"password",
|
|
"query:with:",
|
|
"quote:",
|
|
"quoteChar:",
|
|
"quoteFloat:",
|
|
"quoteInteger:",
|
|
"rollback",
|
|
"setCache:",
|
|
"setDatabase:",
|
|
"setDebugging:",
|
|
"setDurationLogging:",
|
|
"setName:",
|
|
"setPassword:",
|
|
"setUser:",
|
|
"simpleExecute:",
|
|
"simpleQuery:",
|
|
"singletons:",
|
|
"transaction",
|
|
"user"
|
|
);
|
|
},
|
|
{
|
|
"java name" = "gnu.gnustep.SQLClient.SQLRecord";
|
|
"objective-c name" = "SQLRecord";
|
|
"instance methods" = (
|
|
"allKeys",
|
|
"dictionary",
|
|
"sizeInBytes:"
|
|
);
|
|
},
|
|
{
|
|
"java name" = "gnu.gnustep.SQLClient.SQLTransaction";
|
|
"objective-c name" = "SQLTransaction";
|
|
"instance methods" = (
|
|
"add:with:",
|
|
"append:",
|
|
"count",
|
|
"owner",
|
|
"execute",
|
|
"reset"
|
|
);
|
|
}
|
|
);
|
|
}
|