A data direction enumeration.
public enum a_sqlany_data_direction
Member name | Description | Value |
---|---|---|
DD_INVALID |
Invalid data direction. |
0x0 |
DD_INPUT |
Input-only host variables. |
0x1 |
DD_OUTPUT |
Output-only host variables. |
0x2 |
DD_INPUT_OUTPUT |
Input and output host variables. |
0x3 |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |