Home
last modified time | relevance | path

Searched refs:SQL_CHAR (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/MiniSQL/
H A D_NativeToSQLType.c31 return SQL_CHAR; in _NativeToSQLType()
34 return SQL_CHAR; in _NativeToSQLType()
40 return SQL_CHAR; in _NativeToSQLType()
43 return SQL_CHAR; in _NativeToSQLType()
46 return SQL_CHAR; in _NativeToSQLType()
53 return SQL_CHAR; in _NativeToSQLType()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/types/
H A DCharacterType.java98 case Types.SQL_CHAR : in getJDBCTypeCode()
133 case Types.SQL_CHAR : in getNameStringPrivate()
151 case Types.SQL_CHAR : in getFullNameString()
209 case Types.SQL_CHAR : in precedenceDegree()
243 case Types.SQL_CHAR : in getAggregateType()
310 case Types.SQL_CHAR : in getCombinedType()
411 case Types.SQL_CHAR : { in convertToTypeLimits()
478 case Types.SQL_CHAR : in castOrConvertToType()
664 case Types.SQL_CHAR : { in convertToString()
1122 case Types.SQL_CHAR : in getCharacterType()
[all …]
H A DType.java74 this.typeDataGroup = typeCode == Types.SQL_CHAR ? Types.SQL_VARCHAR
629 public static final CharacterType SQL_CHAR =
630 new CharacterType(Types.SQL_CHAR, 1);
632 new CharacterType(Types.SQL_CHAR, 16);
634 new CharacterType(Types.SQL_CHAR, CharacterType.defaultCharPrecision);
828 case Types.SQL_CHAR :
1037 case Types.SQL_CHAR :
1138 typeNames.put(Tokens.T_CHARACTER, Types.SQL_CHAR);
1167 typeAliases.put(Tokens.T_CHAR, Types.SQL_CHAR);
1178 jdbcConvertTypes.put(Tokens.SQL_CHAR, Type.SQL_CHAR_DEFAULT);
H A DTypes.java77 public static final int SQL_CHAR = 1; field in Types
211 public static final int CHAR = SQL_CHAR;
482 SQL_CHAR, TYPE_SUB_DEFAULT
681 case Types.SQL_CHAR : in acceptsPrecision()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/
H A D58_see_if_its_a_number_and_explicit_binding.t35 $sth->bind_param(2, $test_value, SQL_CHAR);
37 my_is($dbh, "prepared insert with provided bound data and type SQL_CHAR");
47 $sth->bind_param(2, undef, SQL_CHAR);
49 my_is($dbh, "prepared insert with sticky bound data and type SQL_CHAR");
53 $sth->bind_param(1, undef, SQL_CHAR);
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dtestodbc.c261 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
301 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
302 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
323 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
353 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
354 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dtestodbc.c261 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
301 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
302 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
323 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
353 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
354 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dtestodbc.c263 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
303 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
304 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
325 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
355 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
356 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/unittests/
H A Dtestodbc.c264 CHKBindParameter(1, SQL_PARAM_INPUT, SQL_C_CHAR, SQL_CHAR, 36, 0, guid, 0, &lenOrInd, "S"); in TestRawODBCGuid()
304 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
305 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
326 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
356 CHKGetData(1, SQL_CHAR, name, 20, 0, "S"); in TestRawODBCGuid()
357 CHKGetData(2, SQL_CHAR, guid, 37, 0, "S"); in TestRawODBCGuid()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Disql.h42 #define SQL_CHAR 1 macro
52 #define SQL_TYPE_MIN SQL_CHAR
57 #define SQL_C_CHAR SQL_CHAR
/dports/databases/p5-DBD-InterBase/DBD-InterBase-0.48/lib/DBD/InterBase/
H A DTypeInfo.pm47 …CHARACTER", SQL_CHAR, 32765, "'", "'", "length", 1,1,3,undef,0,und…
/dports/databases/mariadb-connector-odbc/mariadb-connector-odbc-3.1.14-src/
H A Dma_info.c41 {"CHAR",SQL_CHAR,255,"''","''","'length'",1,0,3,0,0,0,"CHAR",0,0,0,0,10, SQL_CHAR},
89 {"CHAR",SQL_CHAR,255,"''","''","'length'",1,0,3,0,0,0,"CHAR",0,0,0,0,10, SQL_CHAR},
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dparam-conversions-test.c47 TEST_CONVERT("SELECT 1 > ?", SQL_C_CHAR, SQL_CHAR, "5 escapes: \\ and '"); in main()
61 TEST_CONVERT("SELECT '555' > ?", SQL_C_CHAR, SQL_CHAR, "6"); in main()
101 TEST_CONVERT("SELECT ?::text", SQL_C_BINARY, SQL_CHAR, byteaparam); in main()
H A Dparams-test.c74 SQL_CHAR, /* param type */ in main()
96 SQL_CHAR, /* param type */ in main()
164 SQL_CHAR, /* param type */ in main()
H A Derrors-test.c50 SQL_CHAR, /* param type */ in main()
76 SQL_CHAR, /* param type */ in main()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dpgtypes.c86 SQL_CHAR,
115 case SQL_CHAR: in sqltype_to_pgtype()
202 case PG_TYPE_NAME: return SQL_CHAR; in pgtype_to_sqltype()
204 case PG_TYPE_BPCHAR: return SQL_CHAR; in pgtype_to_sqltype()
237 case PG_TYPE_BOOL: return globals.bools_as_char ? SQL_CHAR : SQL_BIT; in pgtype_to_sqltype()
756 case SQL_CHAR: in sqltype_to_default_ctype()
/dports/databases/p5-DBIx-QueryLog/DBIx-QueryLog-0.41/t/pg/
H A D20_reuse_sql_type.t25 $sth->bind_param(1, 1, { TYPE => SQL_CHAR });
26 $sth->bind_param(2, 'root', SQL_CHAR);
H A D19_bind_with_type.t27 $sth->bind_param(2, 'root', SQL_CHAR);
30 $sth->bind_param(4, 2, { TYPE => SQL_CHAR });
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/
H A DDB2Constants.cs100 public const int SQL_CHAR = 1; field in IBM.Data.DB2.DB2Constants
131 public const int SQL_C_CHAR = SQL_CHAR;
/dports/devel/p5-SPOPS/SPOPS-0.87/t/
H A D35_dbi_type_info.t83 $ti_shortcut->get_type( 'spops_name' ) == DBI::SQL_CHAR(), 'Field shortcut two set' );
85 $ti_shortcut->get_type( 'spops_goop' ) == DBI::SQL_CHAR(), 'Field shortcut three set' );
94 $map{spops_name} == DBI::SQL_CHAR(), 'Field/type from hash two' );
96 $map{spops_name} == DBI::SQL_CHAR(), 'Field/type from hash three' );
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/iodbc/
H A Disql.h79 #define SQL_CHAR 1 macro
89 #define SQL_TYPE_MIN SQL_CHAR
96 #define SQL_C_CHAR SQL_CHAR
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/iodbc/
H A Disql.h79 #define SQL_CHAR 1 macro
89 #define SQL_TYPE_MIN SQL_CHAR
96 #define SQL_C_CHAR SQL_CHAR
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/iodbc/
H A Disql.h79 #define SQL_CHAR 1 macro
89 #define SQL_TYPE_MIN SQL_CHAR
96 #define SQL_C_CHAR SQL_CHAR
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/iodbc/
H A Disql.h79 #define SQL_CHAR 1 macro
89 #define SQL_TYPE_MIN SQL_CHAR
96 #define SQL_C_CHAR SQL_CHAR
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/odbc/
H A Dodbc_data.c52 return SQL_CHAR; in data_generic_server_to_sql_type()
113 return SQL_CHAR; in data_generic_server_to_sql_type()
117 return SQL_CHAR; in data_generic_server_to_sql_type()

12345678910>>...32