freebsd-ports/databases/php5-creole/pkg-plist
Baptiste Daroussin 3edc030b9f Cleanup plist
2014-10-20 10:41:12 +00:00

81 lines
3.6 KiB
Text

lib/php/creole/CallableStatement.php
lib/php/creole/Connection.php
lib/php/creole/Creole.php
lib/php/creole/CreoleTypes.php
lib/php/creole/IdGenerator.php
lib/php/creole/PreparedStatement.php
lib/php/creole/ResultSet.php
lib/php/creole/ResultSetIterator.php
lib/php/creole/SQLException.php
lib/php/creole/Statement.php
lib/php/creole/common/ConnectionCommon.php
lib/php/creole/common/PreparedStatementCommon.php
lib/php/creole/common/ResultSetCommon.php
lib/php/creole/common/StatementCommon.php
lib/php/creole/drivers/mssql/MSSQLCallableStatement.php
lib/php/creole/drivers/mssql/MSSQLConnection.php
lib/php/creole/drivers/mssql/MSSQLIdGenerator.php
lib/php/creole/drivers/mssql/MSSQLPreparedStatement.php
lib/php/creole/drivers/mssql/MSSQLResultSet.php
lib/php/creole/drivers/mssql/MSSQLStatement.php
lib/php/creole/drivers/mssql/MSSQLTypes.php
lib/php/creole/drivers/mssql/metadata/MSSQLDatabaseInfo.php
lib/php/creole/drivers/mssql/metadata/MSSQLTableInfo.php
lib/php/creole/drivers/mysql/MySQLConnection.php
lib/php/creole/drivers/mysql/MySQLIdGenerator.php
lib/php/creole/drivers/mysql/MySQLPreparedStatement.php
lib/php/creole/drivers/mysql/MySQLResultSet.php
lib/php/creole/drivers/mysql/MySQLStatement.php
lib/php/creole/drivers/mysql/MySQLTypes.php
lib/php/creole/drivers/mysql/metadata/MySQLDatabaseInfo.php
lib/php/creole/drivers/mysql/metadata/MySQLTableInfo.php
lib/php/creole/drivers/odbc/ODBCCachedResultSet.php
lib/php/creole/drivers/odbc/ODBCConnection.php
lib/php/creole/drivers/odbc/ODBCIdGenerator.php
lib/php/creole/drivers/odbc/ODBCPreparedStatement.php
lib/php/creole/drivers/odbc/ODBCResultSet.php
lib/php/creole/drivers/odbc/ODBCResultSetCommon.php
lib/php/creole/drivers/odbc/ODBCStatement.php
lib/php/creole/drivers/odbc/ODBCTypes.php
lib/php/creole/drivers/odbc/README
lib/php/creole/drivers/odbc/adapters/CodeBaseAdapter.php
lib/php/creole/drivers/odbc/adapters/MySQLAdapter.php
lib/php/creole/drivers/odbc/adapters/ODBCAdapter.php
lib/php/creole/drivers/odbc/metadata/ODBCDatabaseInfo.php
lib/php/creole/drivers/odbc/metadata/ODBCTableInfo.php
lib/php/creole/drivers/pgsql/PgSQLConnection.php
lib/php/creole/drivers/pgsql/PgSQLIdGenerator.php
lib/php/creole/drivers/pgsql/PgSQLPreparedStatement.php
lib/php/creole/drivers/pgsql/PgSQLResultSet.php
lib/php/creole/drivers/pgsql/PgSQLResultSetIterator.php
lib/php/creole/drivers/pgsql/PgSQLStatement.php
lib/php/creole/drivers/pgsql/PgSQLTypes.php
lib/php/creole/drivers/pgsql/metadata/PgSQLDatabaseInfo.php
lib/php/creole/drivers/pgsql/metadata/PgSQLTableInfo.php
lib/php/creole/drivers/sqlite/SQLiteConnection.php
lib/php/creole/drivers/sqlite/SQLiteIdGenerator.php
lib/php/creole/drivers/sqlite/SQLitePreparedStatement.php
lib/php/creole/drivers/sqlite/SQLiteResultSet.php
lib/php/creole/drivers/sqlite/SQLiteResultSetIterator.php
lib/php/creole/drivers/sqlite/SQLiteStatement.php
lib/php/creole/drivers/sqlite/SQLiteTypes.php
lib/php/creole/drivers/sqlite/metadata/SQLiteDatabaseInfo.php
lib/php/creole/drivers/sqlite/metadata/SQLiteTableInfo.php
lib/php/creole/metadata/ColumnInfo.php
lib/php/creole/metadata/DatabaseInfo.php
lib/php/creole/metadata/ForeignKeyInfo.php
lib/php/creole/metadata/IndexInfo.php
lib/php/creole/metadata/PrimaryKeyInfo.php
lib/php/creole/metadata/TableInfo.php
lib/php/creole/util/Blob.php
lib/php/creole/util/Clob.php
lib/php/creole/util/Lob.php
lib/php/creole/util/sql/SQLStatementExtractor.php
lib/php/jargon/DataSet.php
lib/php/jargon/DataSetException.php
lib/php/jargon/KeyDef.php
lib/php/jargon/PagedQuery.php
lib/php/jargon/Query.php
lib/php/jargon/QueryDataSet.php
lib/php/jargon/Record.php
lib/php/jargon/TableDataSet.php