mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-04-26 07:31:06 +00:00
11 lines
121 B
Text
11 lines
121 B
Text
|
{
|
||
|
ScriptingInfoClass = STSQLClientModule;
|
||
|
|
||
|
Classes =
|
||
|
(
|
||
|
SQLClient,
|
||
|
SQLRecord,
|
||
|
SQLTransaction
|
||
|
);
|
||
|
}
|