Record XSQLVAR
Unit
Declaration
type XSQLVAR = record
Description
This item has no description.
Overview
Fields
| Public | sqltype: smallint; |
| Public | sqlscale: smallint; |
| Public | sqlsubtype: smallint; |
| Public | sqllen: smallint; |
| Public | sqldata: Pchar; |
| Public | sqlind: Psmallint; |
| Public | sqlname_length: smallint; |
| Public | sqlname: array[0..31] of char; |
| Public | relname_length: smallint; |
| Public | relname: array[0..31] of char; |
| Public | ownname_length: smallint; |
| Public | ownname: array[0..31] of char; |
| Public | aliasname_length: smallint; |
| Public | aliasname: array[0..31] of char; |
Description
Fields
| Public | sqltype: smallint; |
|
This item has no description. | |
| Public | sqlscale: smallint; |
|
This item has no description. | |
| Public | sqlsubtype: smallint; |
|
This item has no description. | |
| Public | sqllen: smallint; |
|
This item has no description. | |
| Public | sqldata: Pchar; |
|
This item has no description. | |
| Public | sqlind: Psmallint; |
|
This item has no description. | |
| Public | sqlname_length: smallint; |
|
This item has no description. | |
| Public | sqlname: array[0..31] of char; |
|
This item has no description. | |
| Public | relname_length: smallint; |
|
This item has no description. | |
| Public | relname: array[0..31] of char; |
|
This item has no description. | |
| Public | ownname_length: smallint; |
|
This item has no description. | |
| Public | ownname: array[0..31] of char; |
|
This item has no description. | |
| Public | aliasname_length: smallint; |
|
This item has no description. | |
| Public | aliasname: array[0..31] of char; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.