11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1-832 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

Column Name Data Type Description<br />

SEARCHABLE Smallint How the WHERE clause uses the data<br />

type. Returns one of the following:<br />

SQL.UNSEARCHABLE if data type<br />

cannot be used<br />

SQL.LIKE.ONLY if data type can be<br />

used only with the LIKE predicate<br />

SQL.ALL.EXCEPT.LIKE if data type<br />

can be used with all comparison<br />

operators except LIKE<br />

SQL.SEARCHABLE if data type can be<br />

used with any comparison operator<br />

UNSIGNED.ATTRIBUTE Smallint Data type is unsigned. Returns one of the<br />

following:<br />

TRUE if data type is unsigned<br />

FALSE if data type is signed<br />

NULL if attribute is not applicable to the<br />

data type or the data type is not numeric<br />

MONEY Smallint Data type is a money data type. Returns<br />

one of the following:<br />

TRUE if data type is a money data type<br />

FALSE if it is not<br />

AUTO.INCREMENT Smallint Data type is autoincrementing. Returns<br />

one of the following:<br />

TRUE if data type is autoincrementing<br />

FALSE if it is not<br />

NULL if attribute is not applicable to the<br />

data type or the data type is not numeric<br />

LOCAL.TYPE.NAME Varchar(128) Localized version of TYPE.NAME.<br />

MINIMUM.SCALE Smallint Minimum scale of the data type on the<br />

data source.<br />

MAXIMUM.SCALE Smallint Maximum scale of the data type on the<br />

data source.<br />

SQLGetTypeInfo Results

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!