Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | FRAMES | NO FRAMES |
ParsedRow
to represent the data coming from mSQL
about the specified table.
Iterator
interface.
Iterator
to help move through the columns.
Iterator
to help move through the columns.
Blob
starting at the specified start position within this Blob
and having the specified length.
String
.
int from
this class for the specified SQL type from java.sql.
- getMsqlType() -
Method in class com.imaginary.sql.msql.MsqlColumn
-
- getMsqlTypeNameForMsql(int) -
Static method in class com.imaginary.sql.msql.MsqlTypes
- Provides a
String
representation of the specified
mSQL type.
- getMsqlTypeNameForSQL(int) -
Static method in class com.imaginary.sql.msql.MsqlTypes
- Provides the mSQL type name for the specified SQL type constant
from
java.sql.
- getNumericFunctions() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class com.imaginary.sql.msql.MsqlDataSourceFactory
- Constructs a new mSQL data source for the referenced data
source.
- getObject(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- Avoid getting columns by name whenever possible.
- getObject(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getObject(String, Map) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- This method exists for the sake of compliance with JDBC 2.0 and
possible future UDTs in mSQL. Try to avoid getting columns by name
whenever possible.
- getObject(int, Map) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- This method exists for the sake of compliance with JDBC 2.0 and
possible future UDTs in mSQL.
- get(int) -
Method in interface com.imaginary.sql.msql.ParsedRow
- Provides a specific column value.
- getPooledConnection() -
Method in class com.imaginary.sql.msql.MsqlPooledDataSource
- Constructs a pooled connection using the default user/password.
- getPooledConnection(String, String) -
Method in class com.imaginary.sql.msql.MsqlPooledDataSource
-
- getPort() -
Method in class com.imaginary.sql.msql.MsqlDataSource
-
- getPrecision(int) -
Method in class com.imaginary.sql.msql.MsqlResultSetMetaData
- This is a total hack for mSQL, as it does not inherently have any
concept of precision or scale.
- getPrimaryKeys(String, String, String) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
- This method is used by MsqlDatabaseMetaData to grab column information
from the database.
- getProcedureColumns(String, String, String, String) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getProcedures(String, String, String) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getProcedureTerm() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getPropertyInfo(String, Properties) -
Method in class com.imaginary.sql.msql.MsqlDriver
- The getPropertyInfo method is intended to allow a generic GUI tool
to discover what properties it should prompt a human for in order to
get enough information to connect to a database.
- getQueryTimeout() -
Method in class com.imaginary.sql.msql.MsqlStatement
- The query timeout is the number of seconds a statement should
wait before aborting the execution of a statement.
- getReference() -
Method in class com.imaginary.sql.msql.MsqlDataSource
- Required method to support this class as a
Referenceable
.
- getReference() -
Method in class com.imaginary.sql.msql.MsqlPooledDataSource
- Creates a reference to this object.
- getRef(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- mSQL-JDBC does not currently support references
- getRef(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- mSQL-JDBC does not currently support references
- getResultSetConcurrency() -
Method in class com.imaginary.sql.msql.MsqlStatement
- JDBC 2.0 result set concurrency.
- getResultSet() -
Method in class com.imaginary.sql.msql.MsqlStatement
- Call this method after using the execute() method to send SQL
to the database and finding that a result set was created.
- getResultSetType() -
Method in class com.imaginary.sql.msql.MsqlStatement
- JDBC 2.0 result set type.
- getRow() -
Method in class com.imaginary.sql.msql.MsqlEmptyResultSet
-
- getRow() -
Method in class com.imaginary.sql.msql.MsqlQueryData
-
- get(int) -
Method in class com.imaginary.sql.msql.RowTokenizer
-
- getScale(int) -
Method in class com.imaginary.sql.msql.MsqlResultSetMetaData
- This is a total hack for mSQL, as it does not inherently have any
concept of precision or scale.
- getSchemaName(int) -
Method in class com.imaginary.sql.msql.MsqlResultSetMetaData
- mSQL does not have schemas.
- getSchemas() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getSchemaTerm() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getSearchStringEscape() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getServerName() -
Method in class com.imaginary.sql.msql.MsqlDataSource
-
- getShort(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- Avoid getting columns by name whenever possible.
- getShort(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getSQLKeywords() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getSQLTypeForMsql(int) -
Static method in class com.imaginary.sql.msql.MsqlTypes
- Provides the SQL type that corresponds to the specified mSQL type.
- getSQLType() -
Method in class com.imaginary.sql.msql.MsqlColumn
-
- getStatement() -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getStringFunctions() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getString(int) -
Method in class com.imaginary.sql.msql.MsqlEmptyResultSet
-
- getString(int) -
Method in class com.imaginary.sql.msql.MsqlQueryData
-
- getString(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- Avoid getting columns by name whenever possible.
- getSystemFunctions() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getTableName() -
Method in class com.imaginary.sql.msql.MsqlColumn
-
- getTableName(int) -
Method in class com.imaginary.sql.msql.MsqlResultSetMetaData
-
- getTablePrivileges(String, String, String) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- get(int) -
Method in class com.imaginary.sql.msql.TableResultsRow
- Retrieves the specified column as a
String
.
- getTables(String, String, String, String[]) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
- This method is used by MsqlDatabaseMetaData to grab table information
from the database.
- getTableTypes() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getTimeDateFunctions() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getTime(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- Avoid getting columns by name whenever possible.
- getTime(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getTime(String, Calendar) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- Avoid getting columns by name whenever possible.
- getTime(int, Calendar) -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getTimestamp(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
Timestamps are not really supported in mSQL. To make use of
them, store timestamps in char fields.
- getTimestamp(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
Timestamps are not really supported in mSQL. To make use of
them, store timestamps in char fields.
- getTimestamp(String, Calendar) -
Method in class com.imaginary.sql.msql.MsqlResultSet
Timestamps are not really supported in mSQL. To make use of
them, store timestamps in char fields.
- getTimestamp(int, Calendar) -
Method in class com.imaginary.sql.msql.MsqlResultSet
Timestamps are not really supported in mSQL. To make use of
them, store timestamps in char fields.
- getTransactionIsolation() -
Method in class com.imaginary.sql.msql.MsqlConnection
-
- getTransactionIsolation() -
Method in class com.imaginary.sql.msql.MsqlPooledConnection
-
- getTypeInfo() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getTypeMap() -
Method in class com.imaginary.sql.msql.MsqlConnection
-
- getTypeMap() -
Method in class com.imaginary.sql.msql.MsqlPooledConnection
-
- getType() -
Method in class com.imaginary.sql.msql.MsqlResultSet
-
- getUDTs(String, String, String, int[]) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getUnicodeStream(int) -
Method in class com.imaginary.sql.msql.MsqlEmptyResultSet
-
- getUnicodeStream(int) -
Method in class com.imaginary.sql.msql.MsqlQueryData
- use getCharacterStream()
- getUnicodeStream(String) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- use the getCharacterStream()
- getUpdateCount() -
Method in class com.imaginary.sql.msql.MsqlStatement
- Call this method after using the execute() method to send SQL
to the database and finding that rows were updated.
- getUpdate(int) -
Method in class com.imaginary.sql.msql.MsqlQueryData
- Provides the update value for the specified column.
- getUpdate(int) -
Method in class com.imaginary.sql.msql.MsqlResultSet
- This method does nothing.
- getURL() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getURL() -
Method in class com.imaginary.sql.msql.MsqlDataSource
- The JDBC URL that would be used to create the same sort of
connection used by this data source.
- getUser() -
Method in class com.imaginary.sql.msql.MsqlConnection
-
- getUser() -
Method in class com.imaginary.sql.msql.MsqlDataSource
-
- getUserName() -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getVersionColumns(String, String, String) -
Method in class com.imaginary.sql.msql.MsqlDatabaseMetaData
-
- getWarnings() -
Method in class com.imaginary.sql.msql.MsqlConnection
- mSQL does not have warnings.
- getWarnings() -
Method in class com.imaginary.sql.msql.MsqlPooledConnection
-
- getWarnings() -
Method in class com.imaginary.sql.msql.MsqlResultSet
- mSQL does not generate warnings, so this method always returns null.
- getWarnings() -
Method in class com.imaginary.sql.msql.MsqlStatement
- mSQL does not generate warnings, so this method always returns null.
MsqlBlob
from the specified byte array.
MsqlBlob
from a binary stream.
MsqlDataSource
without any values.
Blob
interface. MsqlDataSource
and
MsqlPooledDataSource
objects.
ParsedRow
to represent the data coming from mSQL
about the specified table.
MsqlResultSet
by
resetting the row state.
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | FRAMES | NO FRAMES |