Home
last modified time | relevance | path

Searched refs:clob (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dcpu-amd64.md60 tailcall: len:120 clob:c
63 seq_point: len:46 clob:c
125 call: dest:a clob:c len:32
126 voidcall: clob:c len:32
129 fcall: dest:f len:64 clob:c
132 rcall: dest:f len:64 clob:c
135 lcall: dest:a len:64 clob:c
138 vcall: len:64 clob:c
139 vcall_reg: src1:i len:64 clob:c
291 call_handler: len:14 clob:c
[all …]
H A Dcpu-x86.md66 call: dest:a clob:c len:17
67 tailcall: len:120 clob:c
69 seq_point: len:26 clob:c
137 voidcall: len:17 clob:c
140 fcall: dest:f len:17 clob:c
143 lcall: dest:l len:17 clob:c
146 vcall: len:17 clob:c
147 vcall_reg: src1:i len:11 clob:c
250 call_handler: len:11 clob:c
422 vcall2: len:17 clob:c
[all …]
/dports/lang/php73/php-7.3.33/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Dlob_039.phpt19 ".$schema.$table_name." (clob)
22 clob
26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
29 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
32 var_dump($clob->write("clob test 1"));
35 var_dump($clob->write("clob test 2"));
38 var_dump($clob->write("clob test 3"));
40 $s = oci_parse($c,"select clob from ".$schema.$table_name);
63 string(11) "clob test 1"
65 string(22) " clob test 2"
[all …]
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Dlob_039.phpt19 ".$schema.$table_name." (clob)
22 clob
26 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
29 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
32 var_dump($clob->write("clob test 1"));
35 var_dump($clob->write("clob test 2"));
38 var_dump($clob->write("clob test 3"));
40 $s = oci_parse($c,"select clob from ".$schema.$table_name);
63 string(11) "clob test 1"
65 string(22) " clob test 2"
[all …]
/dports/lang/php74/php-7.4.27/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/lang/php80/php-8.0.15/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/www/mod_php73/php-7.3.33/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/www/mod_php74/php-7.4.27/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/www/mod_php80/php-8.0.15/ext/oci8/tests/
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
20 clob
24 $clob = oci_new_descriptor($c,OCI_DTYPE_LOB);
27 oci_bind_by_name($s,":v_clob", $clob,-1,OCI_B_CLOB);
30 var_dump($clob->write("clob test 1"));
33 var_dump($clob->write("clob test 2"));
36 var_dump($clob->write("clob test 3"));
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
61 string(11) "clob test 1"
63 string(22) " clob test 2"
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/adapter/jdbc/src/test/resources/h2/
H A Dtest1_clob_h2.yml14 type: 'clob'
37 - 'some text that needs to be converted to clob'
38 - 'some text that needs to be converted to clob'
39 - 'some text that needs to be converted to clob'
40 - 'some text that needs to be converted to clob'
41 - 'some text that needs to be converted to clob'
42 - 'some text that needs to be converted to clob'
43 - 'some text that needs to be converted to clob'
44 - 'some text that needs to be converted to clob'
45 - 'some text that needs to be converted to clob'
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/adapter/jdbc/src/test/resources/h2/
H A Dtest1_clob_h2.yml14 type: 'clob'
37 - 'some text that needs to be converted to clob'
38 - 'some text that needs to be converted to clob'
39 - 'some text that needs to be converted to clob'
40 - 'some text that needs to be converted to clob'
41 - 'some text that needs to be converted to clob'
42 - 'some text that needs to be converted to clob'
43 - 'some text that needs to be converted to clob'
44 - 'some text that needs to be converted to clob'
45 - 'some text that needs to be converted to clob'
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/adapter/jdbc/src/test/resources/h2/
H A Dtest1_clob_h2.yml14 type: 'clob'
37 - 'some text that needs to be converted to clob'
38 - 'some text that needs to be converted to clob'
39 - 'some text that needs to be converted to clob'
40 - 'some text that needs to be converted to clob'
41 - 'some text that needs to be converted to clob'
42 - 'some text that needs to be converted to clob'
43 - 'some text that needs to be converted to clob'
44 - 'some text that needs to be converted to clob'
45 - 'some text that needs to be converted to clob'
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/
H A D73oracle_blob.t20 data_type => 'clob',
108 my @objs = $rs->search({ blob => "blob:$str", clob => "clob:$str" })->all;
116 ok (try { $objs[0]->clob }||'' eq "clob:$str", 'clob inserted/retrieved correctly');
125 @objs = $rs->search({ clob => { -like => 'clob:%' } })->all;
131 { blob => "blob:$str", clob => "clob:$str" },
142 $rs->search({ id => $id, blob => "blob:$str", clob => "clob:$str" })
146 @objs = $rs->search({ blob => "updated blob", clob => 'updated clob' })->all;
149 ok (try { $objs[0]->clob }||'' eq "updated clob", 'clob updated/retrieved correctly');
155 ->update({ blob => 're-updated blob', clob => 're-updated clob' });
161 ok (try { $objs[0]->clob }||'' eq 're-updated clob', 'clob updated/retrieved correctly');
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java71 private Clob clob; field in SerialClob
115 clob = null; in SerialClob()
146 if (clob == null) { in SerialClob()
150 len = clob.length(); in SerialClob()
151 this.clob = clob; in SerialClob()
233 if (this.clob != null) { in getAsciiStream()
582 if (clob != null) { in free()
583 clob.free(); in free()
585 clob = null; in free()
634 sc.clob = null; in clone()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java71 private Clob clob; field in SerialClob
115 clob = null; in SerialClob()
146 if (clob == null) { in SerialClob()
150 len = clob.length(); in SerialClob()
151 this.clob = clob; in SerialClob()
233 if (this.clob != null) { in getAsciiStream()
582 if (clob != null) { in free()
583 clob.free(); in free()
585 clob = null; in free()
634 sc.clob = null; in clone()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java69 private Clob clob; field in SerialClob
113 clob = null; in SerialClob()
144 if (clob == null) { in SerialClob()
148 len = clob.length(); in SerialClob()
149 this.clob = clob; in SerialClob()
231 if (this.clob != null) { in getAsciiStream()
580 if (clob != null) { in free()
581 clob.free(); in free()
583 clob = null; in free()
632 sc.clob = null; in clone()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java72 private Clob clob; field in SerialClob
116 clob = null; in SerialClob()
147 if (clob == null) { in SerialClob()
151 len = clob.length(); in SerialClob()
152 this.clob = clob; in SerialClob()
234 if (this.clob != null) { in getAsciiStream()
583 if (clob != null) { in free()
584 clob.free(); in free()
586 clob = null; in free()
635 sc.clob = null; in clone()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java72 private Clob clob; field in SerialClob
116 clob = null; in SerialClob()
147 if (clob == null) { in SerialClob()
151 len = clob.length(); in SerialClob()
152 this.clob = clob; in SerialClob()
234 if (this.clob != null) { in getAsciiStream()
583 if (clob != null) { in free()
584 clob.free(); in free()
586 clob = null; in free()
635 sc.clob = null; in clone()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java71 private Clob clob; field in SerialClob
115 clob = null; in SerialClob()
146 if (clob == null) { in SerialClob()
150 len = clob.length(); in SerialClob()
151 this.clob = clob; in SerialClob()
233 if (this.clob != null) { in getAsciiStream()
582 if (clob != null) { in free()
583 clob.free(); in free()
585 clob = null; in free()
634 sc.clob = null; in clone()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java71 private Clob clob; field in SerialClob
115 clob = null; in SerialClob()
146 if (clob == null) { in SerialClob()
150 len = clob.length(); in SerialClob()
151 this.clob = clob; in SerialClob()
233 if (this.clob != null) { in getAsciiStream()
582 if (clob != null) { in free()
583 clob.free(); in free()
585 clob = null; in free()
634 sc.clob = null; in clone()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java72 private Clob clob; field in SerialClob
116 clob = null; in SerialClob()
147 if (clob == null) { in SerialClob()
151 len = clob.length(); in SerialClob()
152 this.clob = clob; in SerialClob()
234 if (this.clob != null) { in getAsciiStream()
583 if (clob != null) { in free()
584 clob.free(); in free()
586 clob = null; in free()
635 sc.clob = null; in clone()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java72 private Clob clob; field in SerialClob
116 clob = null; in SerialClob()
147 if (clob == null) { in SerialClob()
151 len = clob.length(); in SerialClob()
152 this.clob = clob; in SerialClob()
234 if (this.clob != null) { in getAsciiStream()
583 if (clob != null) { in free()
584 clob.free(); in free()
586 clob = null; in free()
635 sc.clob = null; in clone()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java69 private Clob clob; field in SerialClob
113 clob = null; in SerialClob()
144 if (clob == null) { in SerialClob()
148 len = clob.length(); in SerialClob()
149 this.clob = clob; in SerialClob()
231 if (this.clob != null) { in getAsciiStream()
580 if (clob != null) { in free()
581 clob.free(); in free()
583 clob = null; in free()
632 sc.clob = null; in clone()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/include/asm/native/
H A Dinst.h32 #define MOV_FROM_IVR(reg, clob) \ argument
35 #define MOV_FROM_PSR(pred, reg, clob) \ argument
41 #define MOV_TO_IFA(reg, clob) \ argument
44 #define MOV_TO_ITIR(pred, reg, clob) \ argument
47 #define MOV_TO_IHA(pred, reg, clob) \ argument
50 #define MOV_TO_IPSR(pred, reg, clob) \ argument
53 #define MOV_TO_IFS(pred, reg, clob) \ argument
56 #define MOV_TO_IIP(reg, clob) \ argument
62 #define ITC_I(pred, reg, clob) \ argument
65 #define ITC_D(pred, reg, clob) \ argument
[all …]

12345678910>>...45