OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sql_type
(Results
1 - 3
of
3
) sorted by null
/external/javasqlite/src/main/java/SQLite/JDBC2z/
TableResultX.java
7
public int
sql_type
[];
field in class:TableResultX
11
sql_type
= new int[this.ncolumns];
13
sql_type
[i] = Types.VARCHAR;
19
sql_type
= new int[this.ncolumns];
21
sql_type
[i] = Types.VARCHAR;
32
sql_type
= new int[tr.ncolumns];
34
sql_type
[i] = Types.VARCHAR;
38
sql_type
[i] = JDBCDatabaseMetaData.mapSqlType(tr.types[i]);
44
sql_type
= types;
JDBCResultSetMetaData.java
24
switch (((TableResultX) r.tr).
sql_type
[column]) {
90
return ((TableResultX) r.tr).
sql_type
[column];
103
switch (((TableResultX) r.tr).
sql_type
[column]) {
JDBCResultSet.java
637
switch (((TableResultX) tr).
sql_type
[columnIndex - 1]) {
[
all
...]
Completed in 54 milliseconds