Documentation ¶
Index ¶
Constants ¶
View Source
const ( API_VERSION_1 = 1 API_VERSION_2 = 2 SACAPI_ERROR_SIZE = 256 )
View Source
const ( // do not reorder A_INVALID_TYPE dataType = iota // invalid data type A_BINARY // Binary data: treated as is (no conversions performed) A_STRING // String data: character set conversion performed A_DOUBLE A_VAL64 // 64bit ints A_UVAL64 A_VAL32 // 32bit ints A_UVAL32 A_VAL16 // words A_UVAL16 A_VAL8 // bytes A_UVAL8 )
View Source
const ( DT_NOTYPE = 0 DT_DATE = 384 DT_TIME = 388 DT_TIMESTAMP = 392 DT_VARCHAR = 448 DT_FIXCHAR = 452 DT_LONGVARCHAR = 456 DT_STRING = 460 DT_DOUBLE = 480 DT_FLOAT = 482 DT_DECIMAL = 484 DT_INT = 496 DT_SMALLINT = 500 DT_BINARY = 524 DT_LONGBINARY = 528 DT_TINYINT = 604 DT_BIGINT = 608 DT_UNSINT = 612 DT_UNSSMALLINT = 616 DT_UNSBIGINT = 620 DT_BIT = 624 DT_LONGNVARCHAR = 640 )
View Source
const ( // do not reorder DD_INVALID dataDirection = iota // Invalid data direction DD_INPUT // Input only host vars DD_OUTPUT // Output only host vars DD_INPUT_OUTPUT // Host vars of both directions )
Variables ¶
View Source
var (
ErrNotSupported = errors.New("sqla: not supported")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.