ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/examples/SelectInto/SelectInto.log
Revision: 390
Committed: Sat Jan 22 16:15:12 2022 UTC (2 years, 3 months ago) by tony
File size: 2853 byte(s)
Log Message:
In Firebird 3 and later API: the status vector is now a thread var

File Contents

# Content
1 @20-1-22 22:52:46.5050:Registering Procedure select_into
2 @20-1-22 22:52:46.5290:Setup Procedure select_into
3 @20-1-22 22:52:46.5300:Routine Metadata
4 Package Name =
5 Name = SELECT_INTO
6 Entry Point = selectinto!select_into (selectinto,select_into,)
7 Body =
8 Input Metadata:
9 Field Count = 3
10 Alignment = 2
11 Aligned Length = 8294
12 Field No. 0
13 Field Name = SELECT_STATEMENT
14 Relation Name =
15 Alias Name = SELECT_STATEMENT
16 SQLType = SQL_VARYING
17 IsNullable = no
18 SubType = 1
19 Length = 8192
20 Scale = 0
21 Offset = 0
22 Null Offset = 8194
23 Message Length = 8192
24 Field No. 1
25 Field Name = TABLE_NAME
26 Relation Name =
27 Alias Name = TABLE_NAME
28 SQLType = SQL_VARYING
29 IsNullable = no
30 SubType = 0
31 Length = 63
32 Scale = 0
33 Offset = 8196
34 Null Offset = 8262
35 Message Length = 63
36 Field No. 2
37 Field Name = TABLE_TYPE
38 Relation Name =
39 Alias Name = TABLE_TYPE
40 SQLType = SQL_VARYING
41 IsNullable = no
42 SubType = 0
43 Length = 25
44 Scale = 0
45 Offset = 8264
46 Null Offset = 8292
47 Message Length = 25
48
49 Output Metadata:
50 Field Count = 1
51 Alignment = 2
52 Aligned Length = 104
53 Field No. 0
54 Field Name = STATUS
55 Relation Name = SELECT_INTO
56 Alias Name = STATUS
57 SQLType = SQL_VARYING
58 IsNullable = yes
59 SubType = 0
60 Length = 100
61 Scale = 0
62 Offset = 0
63 Null Offset = 102
64 Message Length = 100
65
66 @20-1-22 22:52:46.5430:Open Execute Procedure select_into
67 @20-1-22 22:52:46.5440:External Context:
68 Attachment ID = 3594
69 Transaction ID = 10661
70 User Name = SYSDBA
71 Database Name = employee
72 Client Character Set = UTF8
73
74 @20-1-22 22:52:46.5440:Input Parameters
75 Parameter 0:
76 Field Name = SELECT_STATEMENT
77 Alias Name = SELECT_STATEMENT
78 SQLType = SQL_VARYING
79 sub type = 0
80 Scale = 0
81 Charset = NONE
82 Not Nullable
83 Size = 8192
84 Value = Select * From EMPLOYEE Where Salary < 50000
85 Parameter 1:
86 Field Name = TABLE_NAME
87 Alias Name = TABLE_NAME
88 SQLType = SQL_VARYING
89 sub type = 0
90 Scale = 0
91 Charset = NONE
92 Not Nullable
93 Size = 63
94 Value = LOWER_PAID
95 Parameter 2:
96 Field Name = TABLE_TYPE
97 Alias Name = TABLE_TYPE
98 SQLType = SQL_VARYING
99 sub type = 0
100 Scale = 0
101 Charset = NONE
102 Not Nullable
103 Size = 25
104 Value =
105
106 @20-1-22 22:52:46.5440:Output Parameters
107 Column 0
108 Field Name = STATUS
109 SQLType = SQL_VARYING
110 sub type = 0
111 Scale = 0
112 Charset = NONE
113 Nullable
114 Size = 100
115 Value = NULL
116
117 *S:'20-1-22 22:52:46.5630',3594,0,10665,0:,53:[isc_tpb_write,isc_tpb_nowait,isc_tpb_read_committed],1
118 *C:'20-1-22 22:52:47.0460',3594,0,10665
119 @20-1-22 22:52:47.0500:Procedure select_into: dispose called with refcount = 2
120 @20-1-22 22:52:47.0500:Output Parameters with data
121 Column 0
122 Field Name = STATUS
123 SQLType = SQL_VARYING
124 sub type = 0
125 Scale = 0
126 Charset = NONE
127 Nullable
128 Size = 100
129 Value = ok
130
131 @20-1-22 22:52:47.1630:Procedure select_into: dispose called with refcount = 1

Properties

Name Value
svn:eol-style native