summaryrefslogtreecommitdiff
path: root/databases/php5-creole/pkg-plist
blob: b3fc41eb30a3ccf112c862a154f7e0074320e855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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
@dirrm lib/php/creole/util/sql
@dirrm lib/php/creole/util
@dirrm lib/php/creole/metadata
@dirrm lib/php/creole/drivers/sqlite/metadata
@dirrm lib/php/creole/drivers/sqlite
@dirrm lib/php/creole/drivers/pgsql/metadata
@dirrm lib/php/creole/drivers/pgsql
@dirrm lib/php/creole/drivers/odbc/metadata
@dirrm lib/php/creole/drivers/odbc/adapters
@dirrm lib/php/creole/drivers/odbc
@dirrm lib/php/creole/drivers/mysql/metadata
@dirrm lib/php/creole/drivers/mysql
@dirrm lib/php/creole/drivers/mssql/metadata
@dirrm lib/php/creole/drivers/mssql
@dirrm lib/php/creole/drivers
@dirrm lib/php/creole/common
@dirrm lib/php/creole
@dirrm lib/php/jargon