Home
last modified time | relevance | path

Searched refs:SQL_ALL_TYPES (Results 1 – 25 of 117) sorted by relevance

12345

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/types/
H A DTypes.java134 public static final int SQL_ALL_TYPES = 0; field in Types
506 SQL_ALL_TYPES, TYPE_SUB_DEFAULT
571 javaTypeNumbers.put("java.lang.Void", Types.SQL_ALL_TYPES);
605 return Type.SQL_ALL_TYPES; in getParameterSQLType()
621 if (typeCode == Types.SQL_ALL_TYPES) { in getParameterSQLType()
633 return Type.getDefaultArrayType(Types.SQL_ALL_TYPES); in getParameterSQLType()
H A DNullType.java52 super(Types.SQL_ALL_TYPES, Types.SQL_ALL_TYPES, 0, 0);
H A DOtherType.java101 if (other == SQL_ALL_TYPES) { in getAggregateType()
183 if (otherType.typeCode == Types.SQL_ALL_TYPES) { in canConvertFrom()
H A DType.java356 return otherType.typeCode == Types.SQL_ALL_TYPES
626 public static final Type SQL_ALL_TYPES = NullType.getNullType();
801 new ArrayType(SQL_ALL_TYPES, 0);
822 case Types.SQL_ALL_TYPES :
823 return SQL_ALL_TYPES;
1034 case Types.SQL_ALL_TYPES :
1035 return SQL_ALL_TYPES;
1120 if (existing == null || existing.typeCode == Types.SQL_ALL_TYPES) {
1124 if (add == null || add.typeCode == Types.SQL_ALL_TYPES) {
H A DBooleanType.java91 if (other == SQL_ALL_TYPES) { in getAggregateType()
283 return otherType.typeCode == Types.SQL_ALL_TYPES in canConvertFrom()
H A DBitType.java127 if (other == SQL_ALL_TYPES) { in getAggregateType()
172 case Types.SQL_ALL_TYPES : in getCombinedType()
414 return otherType.typeCode == Types.SQL_ALL_TYPES in canConvertFrom()
H A DBinaryType.java193 if (other == SQL_ALL_TYPES) { in getAggregateType()
261 case Types.SQL_ALL_TYPES : in getCombinedType()
532 return otherType.typeCode == Types.SQL_ALL_TYPES in canConvertFrom()
H A DBinaryUUIDType.java134 if (other == SQL_ALL_TYPES) { in getAggregateType()
333 return otherType.typeCode == Types.SQL_ALL_TYPES in canConvertFrom()
H A DArrayType.java66 dataType = Type.SQL_ALL_TYPES; in ArrayType()
399 if (other == SQL_ALL_TYPES) { in getAggregateType()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dtypeinfo.c106 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
163 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dtypeinfo.c106 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
163 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dtypeinfo.c108 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
165 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dtypeinfo.c107 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
164 CHKGetTypeInfo(SQL_ALL_TYPES, "SI"); in DoTest()
/dports/databases/p5-DBI/DBI-1.643/
H A Ddbi_sql.h25 #define SQL_ALL_TYPES 0 macro
/dports/databases/libiodbc/iODBC-3.52.15/iodbc/trace/
H A DGetTypeInfo.c87 _S (SQL_ALL_TYPES); in _trace_typeinfo()
/dports/lang/tcl86/tcl8.6.12/pkgs/tdbcodbc1.1.3/generic/
H A Dfakesql.h202 #define SQL_ALL_TYPES 0 macro
/dports/databases/tdbc/tdbcodbc1.1.3/generic/
H A Dfakesql.h202 #define SQL_ALL_TYPES 0 macro
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Disqlext.h50 # define SQL_ALL_TYPES 0 macro
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DStatementResultUpdate.java117 if (types[i] == Type.SQL_ALL_TYPES) { in template_fn1()
H A DExpressionTable.java141 || nodeDataTypes[i] == Type.SQL_ALL_TYPES) { in resolveTypes()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/rowio/
H A DRowInputBase.java173 case Types.SQL_ALL_TYPES : in readData()
H A DRowOutputBase.java201 case Types.SQL_ALL_TYPES : in writeData()
/dports/databases/p5-DBI/DBI-1.643/t/
H A D01basics.t66 cmp_ok(SQL_ALL_TYPES , '==', 0, '... testing sql_type');
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_info.c155 if (DataType == SQL_ALL_TYPES ||
/dports/graphics/qgis/qgis-3.22.3/external/odbccpp/src/odbc/
H A DDatabaseMetaData.cpp252 EXEC_STMT(SQLGetTypeInfoA, stmt->hstmt_, SQL_ALL_TYPES); in getTypeInfo()

12345