JavaScript has only one numeric data type and only one Date data type.
The prototypes in this API Reference include a variety of other data types in the method and property descriptions. These types are internal M-Business Anywhere data types. Distinct numeric data types such as UInt32 (unsigned 32-bit integer) are reported here to give an idea of the size and precision of data that may be supplied. Distinct data types related to date and time (Date, Time, Timestamp) are reported so that you can write code to extract the required information from the supplied data if necessary.
UltraLite M-Business Anywhere supports the following AGDBMetadata methods:
Name | Description |
---|---|
getColumnName |
Retrieves the name of the column at the specified index value. |
getColumnType |
Retrieves the type of the column at a specified index value. |
ncolumns |
Returns the number of columns defined in the metadata. |
UltraLite M-Business Anywhere supports the following AGDBSet methods:
Name | Description |
---|---|
close |
Releases the associated data and any exclusive access you may have had to the data through this object. |
getBooleanField |
Gets the boolean value for a field in an AGDBSet object. |
getDateField |
Gets the date value for a field in an AGDBSet object. |
getInt32Field |
Gets the 32-bit integer value for a field in the AGDBSet object. |
getUInt32Field |
Gets the unsigned 32-bit integer value for a field in the AGDBSet object. |
getInt16Field |
Gets the 16-bit integer value of a field in the AGDBSet object. |
getUInt16Field |
Gets the value of the field as an unsigned 16-bit integer value. |
getStringField |
Gets the string value of a field in the AGDBSet object. |
getDoubleField |
Gets the doubles value for a field in an AGDBSet object. |
isFieldNull |
Checks if a field value is null. |
metadata |
The metadata describing the AGDBSet object. |
moveTo |
Moves the position of the current record in an AGDBSet object. |
nrows |
Returns the total number of rows in the AGDBSet object. |
AuthStatusCode class
Connection class
ConnectionParms class
CreationParms class
DatabaseManager class
DatabaseSchema class
IndexSchema class
PreparedStatement class
PublicationSchema class
ResultSet class
ResultSetSchema class
SQLType class
SyncParms class
SyncResult class
TableSchema class
ULTable class
UUID class
appendBytesParameter method
appendStringChunkParameter method
close method
executeQuery method
executeStatement method
getPlan method
getResultSetSchema method
hasResultSet method
isOpen method
setBooleanParameter method
setBytesParameter method
setDateParameter method
setDoubleParameter method
setFloatParameter method
setIntParameter method
setLongParameter method
setNullParameter method
setShortParameter method
setStringParameter method
setTimeParameter method
setTimestampParameter method
setTimestampWithTimeZoneParameter method
setULongParameter method
setUUIDParameter method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |