18 lines
482 B
ObjectPascal
18 lines
482 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit zplain;
|
|
|
|
interface
|
|
|
|
uses
|
|
ZPlainDbLibDriver, ZPlainDriver, ZPlainLoader, ZPlainMySqlConstants,
|
|
ZPlainMySqlDriver, ZPlainOracleConstants, ZPlainOracleDriver,
|
|
ZPlainPostgreSqlDriver, ZPlainSqLiteDriver, ZPlainASADriver, ZPlainASAConstants,
|
|
ZPlainFirebirdDriver, ZPlainFirebirdInterbaseConstants, ZPlainDbLibConstants;
|
|
|
|
implementation
|
|
|
|
end.
|