Represents the schema of an UltraLite database.
public class DatabaseSchema
All members of DatabaseSchema class, including all inherited members.
Name | Description |
---|---|
Returns the name of the database's collation sequence. | |
Returns the value of the specified database property. | |
Returns the date format used for string conversions. | |
Returns the date order used for string conversions. | |
Returns the nearest century used for string conversions. | |
Returns the floating-point precision used for string conversions. | |
Returns the number of publications in the database. | |
Returns the name of the publication identified by the specified publication ID. | |
Returns the publication schema corresponding to the named publication. | |
Returns the number of tables in the database. | |
Returns the name of the table identified by the specified table ID. | |
Returns the time format used for string conversions. | |
Returns the timestamp format used for string conversions. | |
Checks whether the database is case sensitive. | |
Checks whether the publication schema is currently open. | |
Sets the value for the specified database option. |
A DatabaseSchema object is attached to a connection and is only valid while that connection is open.
getCollationName method
getDatabaseProperty method
getDateFormat method
getDateOrder method
getNearestCentury method
getPrecision method
getPublicationCount method
getPublicationName method
getPublicationSchema method
getTableCount method
getTableName method
getTimeFormat method
getTimestampFormat method
isCaseSensitive method
isOpen method
setDatabaseOption method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |