jp.littlesoft.soja
クラス LSJsonConnection.JDBCMetaData

java.lang.Object
  上位を拡張 jp.littlesoft.soja.LSJsonConnection.JDBCMetaData
すべての実装されたインタフェース:
DatabaseMetaData, Wrapper
含まれているクラス:
LSJsonConnection

public class LSJsonConnection.JDBCMetaData
extends Object
implements DatabaseMetaData


フィールドの概要
 
インタフェース java.sql.DatabaseMetaData から継承されたフィールド
attributeNoNulls, attributeNullable, attributeNullableUnknown, bestRowNotPseudo, bestRowPseudo, bestRowSession, bestRowTemporary, bestRowTransaction, bestRowUnknown, columnNoNulls, columnNullable, columnNullableUnknown, functionColumnIn, functionColumnInOut, functionColumnOut, functionColumnResult, functionColumnUnknown, functionNoNulls, functionNoTable, functionNullable, functionNullableUnknown, functionResultUnknown, functionReturn, functionReturnsTable, importedKeyCascade, importedKeyInitiallyDeferred, importedKeyInitiallyImmediate, importedKeyNoAction, importedKeyNotDeferrable, importedKeyRestrict, importedKeySetDefault, importedKeySetNull, procedureColumnIn, procedureColumnInOut, procedureColumnOut, procedureColumnResult, procedureColumnReturn, procedureColumnUnknown, procedureNoNulls, procedureNoResult, procedureNullable, procedureNullableUnknown, procedureResultUnknown, procedureReturnsResult, sqlStateSQL, sqlStateSQL99, sqlStateXOpen, tableIndexClustered, tableIndexHashed, tableIndexOther, tableIndexStatistic, typeNoNulls, typeNullable, typeNullableUnknown, typePredBasic, typePredChar, typePredNone, typeSearchable, versionColumnNotPseudo, versionColumnPseudo, versionColumnUnknown
 
コンストラクタの概要
LSJsonConnection.JDBCMetaData()
           
 
メソッドの概要
 boolean allProceduresAreCallable()
           
 boolean allTablesAreSelectable()
           
 boolean autoCommitFailureClosesAllResultSets()
           
 boolean dataDefinitionCausesTransactionCommit()
           
 boolean dataDefinitionIgnoredInTransactions()
           
 boolean deletesAreDetected(int type)
           
 boolean doesMaxRowSizeIncludeBlobs()
           
 ResultSet getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern)
           
 ResultSet getBestRowIdentifier(String catalog, String schema, String table, int scope, boolean nullable)
           
 ResultSet getCatalogs()
           
 String getCatalogSeparator()
           
 String getCatalogTerm()
           
 ResultSet getClientInfoProperties()
           
 ResultSet getColumnPrivileges(String catalog, String schema, String table, String columnNamePattern)
           
 ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern)
           
 Connection getConnection()
           
 ResultSet getCrossReference(String parentCatalog, String parentSchema, String parentTable, String foreignCatalog, String foreignSchema, String foreignTable)
           
 int getDatabaseMajorVersion()
           
 int getDatabaseMinorVersion()
           
 String getDatabaseProductName()
           
 String getDatabaseProductVersion()
           
 int getDefaultTransactionIsolation()
           
 int getDriverMajorVersion()
           
 int getDriverMinorVersion()
           
 String getDriverName()
           
 String getDriverVersion()
           
 ResultSet getExportedKeys(String catalog, String schema, String table)
           
 String getExtraNameCharacters()
           
 ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern)
           
 ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern)
           
 String getIdentifierQuoteString()
           
 ResultSet getImportedKeys(String catalog, String schema, String table)
           
 ResultSet getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate)
           
 int getJDBCMajorVersion()
           
 int getJDBCMinorVersion()
           
 int getMaxBinaryLiteralLength()
           
 int getMaxCatalogNameLength()
           
 int getMaxCharLiteralLength()
           
 int getMaxColumnNameLength()
           
 int getMaxColumnsInGroupBy()
           
 int getMaxColumnsInIndex()
           
 int getMaxColumnsInOrderBy()
           
 int getMaxColumnsInSelect()
           
 int getMaxColumnsInTable()
           
 int getMaxConnections()
           
 int getMaxCursorNameLength()
           
 int getMaxIndexLength()
           
 int getMaxProcedureNameLength()
           
 int getMaxRowSize()
           
 int getMaxSchemaNameLength()
           
 int getMaxStatementLength()
           
 int getMaxStatements()
           
 int getMaxTableNameLength()
           
 int getMaxTablesInSelect()
           
 int getMaxUserNameLength()
           
 String getNumericFunctions()
           
 ResultSet getPrimaryKeys(String catalog, String schema, String table)
           
 ResultSet getProcedureColumns(String catalog, String schemaPattern, String procedureNamePattern, String columnNamePattern)
           
 ResultSet getProcedures(String catalog, String schemaPattern, String procedureNamePattern)
           
 String getProcedureTerm()
           
 int getResultSetHoldability()
           
 RowIdLifetime getRowIdLifetime()
           
 ResultSet getSchemas()
           
 ResultSet getSchemas(String catalog, String schemaPattern)
           
 String getSchemaTerm()
           
 String getSearchStringEscape()
           
 String getSQLKeywords()
           
 int getSQLStateType()
           
 String getStringFunctions()
           
 ResultSet getSuperTables(String catalog, String schemaPattern, String tableNamePattern)
           
 ResultSet getSuperTypes(String catalog, String schemaPattern, String typeNamePattern)
           
 String getSystemFunctions()
           
 ResultSet getTablePrivileges(String catalog, String schemaPattern, String tableNamePattern)
           
 ResultSet getTables(String catalog, String schemaPattern, String tableNamePattern, String[] types)
           
 ResultSet getTableTypes()
           
 String getTimeDateFunctions()
           
 ResultSet getTypeInfo()
           
 ResultSet getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types)
           
 String getURL()
           
 String getUserName()
           
 ResultSet getVersionColumns(String catalog, String schema, String table)
           
 boolean insertsAreDetected(int type)
           
 boolean isCatalogAtStart()
           
 boolean isReadOnly()
           
 boolean isWrapperFor(Class<?> arg0)
           
 boolean locatorsUpdateCopy()
           
 boolean nullPlusNonNullIsNull()
           
 boolean nullsAreSortedAtEnd()
           
 boolean nullsAreSortedAtStart()
           
 boolean nullsAreSortedHigh()
           
 boolean nullsAreSortedLow()
           
 boolean othersDeletesAreVisible(int type)
           
 boolean othersInsertsAreVisible(int type)
           
 boolean othersUpdatesAreVisible(int type)
           
 boolean ownDeletesAreVisible(int type)
           
 boolean ownInsertsAreVisible(int type)
           
 boolean ownUpdatesAreVisible(int type)
           
 boolean storesLowerCaseIdentifiers()
           
 boolean storesLowerCaseQuotedIdentifiers()
           
 boolean storesMixedCaseIdentifiers()
           
 boolean storesMixedCaseQuotedIdentifiers()
           
 boolean storesUpperCaseIdentifiers()
           
 boolean storesUpperCaseQuotedIdentifiers()
           
 boolean supportsAlterTableWithAddColumn()
           
 boolean supportsAlterTableWithDropColumn()
           
 boolean supportsANSI92EntryLevelSQL()
           
 boolean supportsANSI92FullSQL()
           
 boolean supportsANSI92IntermediateSQL()
           
 boolean supportsBatchUpdates()
           
 boolean supportsCatalogsInDataManipulation()
           
 boolean supportsCatalogsInIndexDefinitions()
           
 boolean supportsCatalogsInPrivilegeDefinitions()
           
 boolean supportsCatalogsInProcedureCalls()
           
 boolean supportsCatalogsInTableDefinitions()
           
 boolean supportsColumnAliasing()
           
 boolean supportsConvert()
           
 boolean supportsConvert(int fromType, int toType)
           
 boolean supportsCoreSQLGrammar()
           
 boolean supportsCorrelatedSubqueries()
           
 boolean supportsDataDefinitionAndDataManipulationTransactions()
           
 boolean supportsDataManipulationTransactionsOnly()
           
 boolean supportsDifferentTableCorrelationNames()
           
 boolean supportsExpressionsInOrderBy()
           
 boolean supportsExtendedSQLGrammar()
           
 boolean supportsFullOuterJoins()
           
 boolean supportsGetGeneratedKeys()
           
 boolean supportsGroupBy()
           
 boolean supportsGroupByBeyondSelect()
           
 boolean supportsGroupByUnrelated()
           
 boolean supportsIntegrityEnhancementFacility()
           
 boolean supportsLikeEscapeClause()
           
 boolean supportsLimitedOuterJoins()
           
 boolean supportsMinimumSQLGrammar()
           
 boolean supportsMixedCaseIdentifiers()
           
 boolean supportsMixedCaseQuotedIdentifiers()
           
 boolean supportsMultipleOpenResults()
           
 boolean supportsMultipleResultSets()
           
 boolean supportsMultipleTransactions()
           
 boolean supportsNamedParameters()
           
 boolean supportsNonNullableColumns()
           
 boolean supportsOpenCursorsAcrossCommit()
           
 boolean supportsOpenCursorsAcrossRollback()
           
 boolean supportsOpenStatementsAcrossCommit()
           
 boolean supportsOpenStatementsAcrossRollback()
           
 boolean supportsOrderByUnrelated()
           
 boolean supportsOuterJoins()
           
 boolean supportsPositionedDelete()
           
 boolean supportsPositionedUpdate()
           
 boolean supportsResultSetConcurrency(int type, int concurrency)
           
 boolean supportsResultSetHoldability(int holdability)
           
 boolean supportsResultSetType(int type)
           
 boolean supportsSavepoints()
           
 boolean supportsSchemasInDataManipulation()
           
 boolean supportsSchemasInIndexDefinitions()
           
 boolean supportsSchemasInPrivilegeDefinitions()
           
 boolean supportsSchemasInProcedureCalls()
           
 boolean supportsSchemasInTableDefinitions()
           
 boolean supportsSelectForUpdate()
           
 boolean supportsStatementPooling()
           
 boolean supportsStoredFunctionsUsingCallSyntax()
           
 boolean supportsStoredProcedures()
           
 boolean supportsSubqueriesInComparisons()
           
 boolean supportsSubqueriesInExists()
           
 boolean supportsSubqueriesInIns()
           
 boolean supportsSubqueriesInQuantifieds()
           
 boolean supportsTableCorrelationNames()
           
 boolean supportsTransactionIsolationLevel(int level)
           
 boolean supportsTransactions()
           
 boolean supportsUnion()
           
 boolean supportsUnionAll()
           
<T> T
unwrap(Class<T> arg0)
           
 boolean updatesAreDetected(int type)
           
 boolean usesLocalFilePerTable()
           
 boolean usesLocalFiles()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LSJsonConnection.JDBCMetaData

public LSJsonConnection.JDBCMetaData()
メソッドの詳細

allProceduresAreCallable

public boolean allProceduresAreCallable()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の allProceduresAreCallable
例外:
SQLException

allTablesAreSelectable

public boolean allTablesAreSelectable()
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の allTablesAreSelectable
例外:
SQLException

autoCommitFailureClosesAllResultSets

public boolean autoCommitFailureClosesAllResultSets()
                                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の autoCommitFailureClosesAllResultSets
例外:
SQLException

dataDefinitionCausesTransactionCommit

public boolean dataDefinitionCausesTransactionCommit()
                                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の dataDefinitionCausesTransactionCommit
例外:
SQLException

dataDefinitionIgnoredInTransactions

public boolean dataDefinitionIgnoredInTransactions()
                                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の dataDefinitionIgnoredInTransactions
例外:
SQLException

deletesAreDetected

public boolean deletesAreDetected(int type)
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の deletesAreDetected
例外:
SQLException

doesMaxRowSizeIncludeBlobs

public boolean doesMaxRowSizeIncludeBlobs()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の doesMaxRowSizeIncludeBlobs
例外:
SQLException

getAttributes

public ResultSet getAttributes(String catalog,
                               String schemaPattern,
                               String typeNamePattern,
                               String attributeNamePattern)
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getAttributes
例外:
SQLException

getBestRowIdentifier

public ResultSet getBestRowIdentifier(String catalog,
                                      String schema,
                                      String table,
                                      int scope,
                                      boolean nullable)
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の getBestRowIdentifier
例外:
SQLException

getCatalogSeparator

public String getCatalogSeparator()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getCatalogSeparator
例外:
SQLException

getCatalogTerm

public String getCatalogTerm()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getCatalogTerm
例外:
SQLException

getCatalogs

public ResultSet getCatalogs()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getCatalogs
例外:
SQLException

getClientInfoProperties

public ResultSet getClientInfoProperties()
                                  throws SQLException
定義:
インタフェース DatabaseMetaData 内の getClientInfoProperties
例外:
SQLException

getColumnPrivileges

public ResultSet getColumnPrivileges(String catalog,
                                     String schema,
                                     String table,
                                     String columnNamePattern)
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getColumnPrivileges
例外:
SQLException

getColumns

public ResultSet getColumns(String catalog,
                            String schemaPattern,
                            String tableNamePattern,
                            String columnNamePattern)
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getColumns
例外:
SQLException

getConnection

public Connection getConnection()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getConnection
例外:
SQLException

getCrossReference

public ResultSet getCrossReference(String parentCatalog,
                                   String parentSchema,
                                   String parentTable,
                                   String foreignCatalog,
                                   String foreignSchema,
                                   String foreignTable)
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getCrossReference
例外:
SQLException

getDatabaseMajorVersion

public int getDatabaseMajorVersion()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDatabaseMajorVersion
例外:
SQLException

getDatabaseMinorVersion

public int getDatabaseMinorVersion()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDatabaseMinorVersion
例外:
SQLException

getDatabaseProductName

public String getDatabaseProductName()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDatabaseProductName
例外:
SQLException

getDatabaseProductVersion

public String getDatabaseProductVersion()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDatabaseProductVersion
例外:
SQLException

getDefaultTransactionIsolation

public int getDefaultTransactionIsolation()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDefaultTransactionIsolation
例外:
SQLException

getDriverMajorVersion

public int getDriverMajorVersion()
定義:
インタフェース DatabaseMetaData 内の getDriverMajorVersion

getDriverMinorVersion

public int getDriverMinorVersion()
定義:
インタフェース DatabaseMetaData 内の getDriverMinorVersion

getDriverName

public String getDriverName()
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDriverName
例外:
SQLException

getDriverVersion

public String getDriverVersion()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getDriverVersion
例外:
SQLException

getExportedKeys

public ResultSet getExportedKeys(String catalog,
                                 String schema,
                                 String table)
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getExportedKeys
例外:
SQLException

getExtraNameCharacters

public String getExtraNameCharacters()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getExtraNameCharacters
例外:
SQLException

getFunctionColumns

public ResultSet getFunctionColumns(String catalog,
                                    String schemaPattern,
                                    String functionNamePattern,
                                    String columnNamePattern)
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の getFunctionColumns
例外:
SQLException

getFunctions

public ResultSet getFunctions(String catalog,
                              String schemaPattern,
                              String functionNamePattern)
                       throws SQLException
定義:
インタフェース DatabaseMetaData 内の getFunctions
例外:
SQLException

getIdentifierQuoteString

public String getIdentifierQuoteString()
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の getIdentifierQuoteString
例外:
SQLException

getImportedKeys

public ResultSet getImportedKeys(String catalog,
                                 String schema,
                                 String table)
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getImportedKeys
例外:
SQLException

getIndexInfo

public ResultSet getIndexInfo(String catalog,
                              String schema,
                              String table,
                              boolean unique,
                              boolean approximate)
                       throws SQLException
定義:
インタフェース DatabaseMetaData 内の getIndexInfo
例外:
SQLException

getJDBCMajorVersion

public int getJDBCMajorVersion()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getJDBCMajorVersion
例外:
SQLException

getJDBCMinorVersion

public int getJDBCMinorVersion()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getJDBCMinorVersion
例外:
SQLException

getMaxBinaryLiteralLength

public int getMaxBinaryLiteralLength()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxBinaryLiteralLength
例外:
SQLException

getMaxCatalogNameLength

public int getMaxCatalogNameLength()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxCatalogNameLength
例外:
SQLException

getMaxCharLiteralLength

public int getMaxCharLiteralLength()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxCharLiteralLength
例外:
SQLException

getMaxColumnNameLength

public int getMaxColumnNameLength()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnNameLength
例外:
SQLException

getMaxColumnsInGroupBy

public int getMaxColumnsInGroupBy()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnsInGroupBy
例外:
SQLException

getMaxColumnsInIndex

public int getMaxColumnsInIndex()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnsInIndex
例外:
SQLException

getMaxColumnsInOrderBy

public int getMaxColumnsInOrderBy()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnsInOrderBy
例外:
SQLException

getMaxColumnsInSelect

public int getMaxColumnsInSelect()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnsInSelect
例外:
SQLException

getMaxColumnsInTable

public int getMaxColumnsInTable()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxColumnsInTable
例外:
SQLException

getMaxConnections

public int getMaxConnections()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxConnections
例外:
SQLException

getMaxCursorNameLength

public int getMaxCursorNameLength()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxCursorNameLength
例外:
SQLException

getMaxIndexLength

public int getMaxIndexLength()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxIndexLength
例外:
SQLException

getMaxProcedureNameLength

public int getMaxProcedureNameLength()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxProcedureNameLength
例外:
SQLException

getMaxRowSize

public int getMaxRowSize()
                  throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxRowSize
例外:
SQLException

getMaxSchemaNameLength

public int getMaxSchemaNameLength()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxSchemaNameLength
例外:
SQLException

getMaxStatementLength

public int getMaxStatementLength()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxStatementLength
例外:
SQLException

getMaxStatements

public int getMaxStatements()
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxStatements
例外:
SQLException

getMaxTableNameLength

public int getMaxTableNameLength()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxTableNameLength
例外:
SQLException

getMaxTablesInSelect

public int getMaxTablesInSelect()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxTablesInSelect
例外:
SQLException

getMaxUserNameLength

public int getMaxUserNameLength()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getMaxUserNameLength
例外:
SQLException

getNumericFunctions

public String getNumericFunctions()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の getNumericFunctions
例外:
SQLException

getPrimaryKeys

public ResultSet getPrimaryKeys(String catalog,
                                String schema,
                                String table)
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getPrimaryKeys
例外:
SQLException

getProcedureColumns

public ResultSet getProcedureColumns(String catalog,
                                     String schemaPattern,
                                     String procedureNamePattern,
                                     String columnNamePattern)
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getProcedureColumns
例外:
SQLException

getProcedureTerm

public String getProcedureTerm()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getProcedureTerm
例外:
SQLException

getProcedures

public ResultSet getProcedures(String catalog,
                               String schemaPattern,
                               String procedureNamePattern)
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getProcedures
例外:
SQLException

getResultSetHoldability

public int getResultSetHoldability()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getResultSetHoldability
例外:
SQLException

getRowIdLifetime

public RowIdLifetime getRowIdLifetime()
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の getRowIdLifetime
例外:
SQLException

getSQLKeywords

public String getSQLKeywords()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSQLKeywords
例外:
SQLException

getSQLStateType

public int getSQLStateType()
                    throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSQLStateType
例外:
SQLException

getSchemaTerm

public String getSchemaTerm()
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSchemaTerm
例外:
SQLException

getSchemas

public ResultSet getSchemas()
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSchemas
例外:
SQLException

getSchemas

public ResultSet getSchemas(String catalog,
                            String schemaPattern)
                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSchemas
例外:
SQLException

getSearchStringEscape

public String getSearchStringEscape()
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSearchStringEscape
例外:
SQLException

getStringFunctions

public String getStringFunctions()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getStringFunctions
例外:
SQLException

getSuperTables

public ResultSet getSuperTables(String catalog,
                                String schemaPattern,
                                String tableNamePattern)
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSuperTables
例外:
SQLException

getSuperTypes

public ResultSet getSuperTypes(String catalog,
                               String schemaPattern,
                               String typeNamePattern)
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSuperTypes
例外:
SQLException

getSystemFunctions

public String getSystemFunctions()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の getSystemFunctions
例外:
SQLException

getTablePrivileges

public ResultSet getTablePrivileges(String catalog,
                                    String schemaPattern,
                                    String tableNamePattern)
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の getTablePrivileges
例外:
SQLException

getTableTypes

public ResultSet getTableTypes()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の getTableTypes
例外:
SQLException

getTables

public ResultSet getTables(String catalog,
                           String schemaPattern,
                           String tableNamePattern,
                           String[] types)
                    throws SQLException
定義:
インタフェース DatabaseMetaData 内の getTables
例外:
SQLException

getTimeDateFunctions

public String getTimeDateFunctions()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getTimeDateFunctions
例外:
SQLException

getTypeInfo

public ResultSet getTypeInfo()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の getTypeInfo
例外:
SQLException

getUDTs

public ResultSet getUDTs(String catalog,
                         String schemaPattern,
                         String typeNamePattern,
                         int[] types)
                  throws SQLException
定義:
インタフェース DatabaseMetaData 内の getUDTs
例外:
SQLException

getURL

public String getURL()
              throws SQLException
定義:
インタフェース DatabaseMetaData 内の getURL
例外:
SQLException

getUserName

public String getUserName()
                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の getUserName
例外:
SQLException

getVersionColumns

public ResultSet getVersionColumns(String catalog,
                                   String schema,
                                   String table)
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の getVersionColumns
例外:
SQLException

insertsAreDetected

public boolean insertsAreDetected(int type)
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の insertsAreDetected
例外:
SQLException

isCatalogAtStart

public boolean isCatalogAtStart()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の isCatalogAtStart
例外:
SQLException

isReadOnly

public boolean isReadOnly()
                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の isReadOnly
例外:
SQLException

locatorsUpdateCopy

public boolean locatorsUpdateCopy()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の locatorsUpdateCopy
例外:
SQLException

nullPlusNonNullIsNull

public boolean nullPlusNonNullIsNull()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の nullPlusNonNullIsNull
例外:
SQLException

nullsAreSortedAtEnd

public boolean nullsAreSortedAtEnd()
                            throws SQLException
定義:
インタフェース DatabaseMetaData 内の nullsAreSortedAtEnd
例外:
SQLException

nullsAreSortedAtStart

public boolean nullsAreSortedAtStart()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の nullsAreSortedAtStart
例外:
SQLException

nullsAreSortedHigh

public boolean nullsAreSortedHigh()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の nullsAreSortedHigh
例外:
SQLException

nullsAreSortedLow

public boolean nullsAreSortedLow()
                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の nullsAreSortedLow
例外:
SQLException

othersDeletesAreVisible

public boolean othersDeletesAreVisible(int type)
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の othersDeletesAreVisible
例外:
SQLException

othersInsertsAreVisible

public boolean othersInsertsAreVisible(int type)
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の othersInsertsAreVisible
例外:
SQLException

othersUpdatesAreVisible

public boolean othersUpdatesAreVisible(int type)
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の othersUpdatesAreVisible
例外:
SQLException

ownDeletesAreVisible

public boolean ownDeletesAreVisible(int type)
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の ownDeletesAreVisible
例外:
SQLException

ownInsertsAreVisible

public boolean ownInsertsAreVisible(int type)
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の ownInsertsAreVisible
例外:
SQLException

ownUpdatesAreVisible

public boolean ownUpdatesAreVisible(int type)
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の ownUpdatesAreVisible
例外:
SQLException

storesLowerCaseIdentifiers

public boolean storesLowerCaseIdentifiers()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesLowerCaseIdentifiers
例外:
SQLException

storesLowerCaseQuotedIdentifiers

public boolean storesLowerCaseQuotedIdentifiers()
                                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesLowerCaseQuotedIdentifiers
例外:
SQLException

storesMixedCaseIdentifiers

public boolean storesMixedCaseIdentifiers()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesMixedCaseIdentifiers
例外:
SQLException

storesMixedCaseQuotedIdentifiers

public boolean storesMixedCaseQuotedIdentifiers()
                                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesMixedCaseQuotedIdentifiers
例外:
SQLException

storesUpperCaseIdentifiers

public boolean storesUpperCaseIdentifiers()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesUpperCaseIdentifiers
例外:
SQLException

storesUpperCaseQuotedIdentifiers

public boolean storesUpperCaseQuotedIdentifiers()
                                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の storesUpperCaseQuotedIdentifiers
例外:
SQLException

supportsANSI92EntryLevelSQL

public boolean supportsANSI92EntryLevelSQL()
                                    throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsANSI92EntryLevelSQL
例外:
SQLException

supportsANSI92FullSQL

public boolean supportsANSI92FullSQL()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsANSI92FullSQL
例外:
SQLException

supportsANSI92IntermediateSQL

public boolean supportsANSI92IntermediateSQL()
                                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsANSI92IntermediateSQL
例外:
SQLException

supportsAlterTableWithAddColumn

public boolean supportsAlterTableWithAddColumn()
                                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsAlterTableWithAddColumn
例外:
SQLException

supportsAlterTableWithDropColumn

public boolean supportsAlterTableWithDropColumn()
                                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsAlterTableWithDropColumn
例外:
SQLException

supportsBatchUpdates

public boolean supportsBatchUpdates()
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsBatchUpdates
例外:
SQLException

supportsCatalogsInDataManipulation

public boolean supportsCatalogsInDataManipulation()
                                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCatalogsInDataManipulation
例外:
SQLException

supportsCatalogsInIndexDefinitions

public boolean supportsCatalogsInIndexDefinitions()
                                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCatalogsInIndexDefinitions
例外:
SQLException

supportsCatalogsInPrivilegeDefinitions

public boolean supportsCatalogsInPrivilegeDefinitions()
                                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCatalogsInPrivilegeDefinitions
例外:
SQLException

supportsCatalogsInProcedureCalls

public boolean supportsCatalogsInProcedureCalls()
                                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCatalogsInProcedureCalls
例外:
SQLException

supportsCatalogsInTableDefinitions

public boolean supportsCatalogsInTableDefinitions()
                                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCatalogsInTableDefinitions
例外:
SQLException

supportsColumnAliasing

public boolean supportsColumnAliasing()
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsColumnAliasing
例外:
SQLException

supportsConvert

public boolean supportsConvert()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsConvert
例外:
SQLException

supportsConvert

public boolean supportsConvert(int fromType,
                               int toType)
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsConvert
例外:
SQLException

supportsCoreSQLGrammar

public boolean supportsCoreSQLGrammar()
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCoreSQLGrammar
例外:
SQLException

supportsCorrelatedSubqueries

public boolean supportsCorrelatedSubqueries()
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsCorrelatedSubqueries
例外:
SQLException

supportsDataDefinitionAndDataManipulationTransactions

public boolean supportsDataDefinitionAndDataManipulationTransactions()
                                                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsDataDefinitionAndDataManipulationTransactions
例外:
SQLException

supportsDataManipulationTransactionsOnly

public boolean supportsDataManipulationTransactionsOnly()
                                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsDataManipulationTransactionsOnly
例外:
SQLException

supportsDifferentTableCorrelationNames

public boolean supportsDifferentTableCorrelationNames()
                                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsDifferentTableCorrelationNames
例外:
SQLException

supportsExpressionsInOrderBy

public boolean supportsExpressionsInOrderBy()
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsExpressionsInOrderBy
例外:
SQLException

supportsExtendedSQLGrammar

public boolean supportsExtendedSQLGrammar()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsExtendedSQLGrammar
例外:
SQLException

supportsFullOuterJoins

public boolean supportsFullOuterJoins()
                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsFullOuterJoins
例外:
SQLException

supportsGetGeneratedKeys

public boolean supportsGetGeneratedKeys()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsGetGeneratedKeys
例外:
SQLException

supportsGroupBy

public boolean supportsGroupBy()
                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsGroupBy
例外:
SQLException

supportsGroupByBeyondSelect

public boolean supportsGroupByBeyondSelect()
                                    throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsGroupByBeyondSelect
例外:
SQLException

supportsGroupByUnrelated

public boolean supportsGroupByUnrelated()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsGroupByUnrelated
例外:
SQLException

supportsIntegrityEnhancementFacility

public boolean supportsIntegrityEnhancementFacility()
                                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsIntegrityEnhancementFacility
例外:
SQLException

supportsLikeEscapeClause

public boolean supportsLikeEscapeClause()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsLikeEscapeClause
例外:
SQLException

supportsLimitedOuterJoins

public boolean supportsLimitedOuterJoins()
                                  throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsLimitedOuterJoins
例外:
SQLException

supportsMinimumSQLGrammar

public boolean supportsMinimumSQLGrammar()
                                  throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMinimumSQLGrammar
例外:
SQLException

supportsMixedCaseIdentifiers

public boolean supportsMixedCaseIdentifiers()
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMixedCaseIdentifiers
例外:
SQLException

supportsMixedCaseQuotedIdentifiers

public boolean supportsMixedCaseQuotedIdentifiers()
                                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMixedCaseQuotedIdentifiers
例外:
SQLException

supportsMultipleOpenResults

public boolean supportsMultipleOpenResults()
                                    throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMultipleOpenResults
例外:
SQLException

supportsMultipleResultSets

public boolean supportsMultipleResultSets()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMultipleResultSets
例外:
SQLException

supportsMultipleTransactions

public boolean supportsMultipleTransactions()
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsMultipleTransactions
例外:
SQLException

supportsNamedParameters

public boolean supportsNamedParameters()
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsNamedParameters
例外:
SQLException

supportsNonNullableColumns

public boolean supportsNonNullableColumns()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsNonNullableColumns
例外:
SQLException

supportsOpenCursorsAcrossCommit

public boolean supportsOpenCursorsAcrossCommit()
                                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOpenCursorsAcrossCommit
例外:
SQLException

supportsOpenCursorsAcrossRollback

public boolean supportsOpenCursorsAcrossRollback()
                                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOpenCursorsAcrossRollback
例外:
SQLException

supportsOpenStatementsAcrossCommit

public boolean supportsOpenStatementsAcrossCommit()
                                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOpenStatementsAcrossCommit
例外:
SQLException

supportsOpenStatementsAcrossRollback

public boolean supportsOpenStatementsAcrossRollback()
                                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOpenStatementsAcrossRollback
例外:
SQLException

supportsOrderByUnrelated

public boolean supportsOrderByUnrelated()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOrderByUnrelated
例外:
SQLException

supportsOuterJoins

public boolean supportsOuterJoins()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsOuterJoins
例外:
SQLException

supportsPositionedDelete

public boolean supportsPositionedDelete()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsPositionedDelete
例外:
SQLException

supportsPositionedUpdate

public boolean supportsPositionedUpdate()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsPositionedUpdate
例外:
SQLException

supportsResultSetConcurrency

public boolean supportsResultSetConcurrency(int type,
                                            int concurrency)
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsResultSetConcurrency
例外:
SQLException

supportsResultSetHoldability

public boolean supportsResultSetHoldability(int holdability)
                                     throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsResultSetHoldability
例外:
SQLException

supportsResultSetType

public boolean supportsResultSetType(int type)
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsResultSetType
例外:
SQLException

supportsSavepoints

public boolean supportsSavepoints()
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSavepoints
例外:
SQLException

supportsSchemasInDataManipulation

public boolean supportsSchemasInDataManipulation()
                                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSchemasInDataManipulation
例外:
SQLException

supportsSchemasInIndexDefinitions

public boolean supportsSchemasInIndexDefinitions()
                                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSchemasInIndexDefinitions
例外:
SQLException

supportsSchemasInPrivilegeDefinitions

public boolean supportsSchemasInPrivilegeDefinitions()
                                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSchemasInPrivilegeDefinitions
例外:
SQLException

supportsSchemasInProcedureCalls

public boolean supportsSchemasInProcedureCalls()
                                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSchemasInProcedureCalls
例外:
SQLException

supportsSchemasInTableDefinitions

public boolean supportsSchemasInTableDefinitions()
                                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSchemasInTableDefinitions
例外:
SQLException

supportsSelectForUpdate

public boolean supportsSelectForUpdate()
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSelectForUpdate
例外:
SQLException

supportsStatementPooling

public boolean supportsStatementPooling()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsStatementPooling
例外:
SQLException

supportsStoredFunctionsUsingCallSyntax

public boolean supportsStoredFunctionsUsingCallSyntax()
                                               throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsStoredFunctionsUsingCallSyntax
例外:
SQLException

supportsStoredProcedures

public boolean supportsStoredProcedures()
                                 throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsStoredProcedures
例外:
SQLException

supportsSubqueriesInComparisons

public boolean supportsSubqueriesInComparisons()
                                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSubqueriesInComparisons
例外:
SQLException

supportsSubqueriesInExists

public boolean supportsSubqueriesInExists()
                                   throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSubqueriesInExists
例外:
SQLException

supportsSubqueriesInIns

public boolean supportsSubqueriesInIns()
                                throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSubqueriesInIns
例外:
SQLException

supportsSubqueriesInQuantifieds

public boolean supportsSubqueriesInQuantifieds()
                                        throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsSubqueriesInQuantifieds
例外:
SQLException

supportsTableCorrelationNames

public boolean supportsTableCorrelationNames()
                                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsTableCorrelationNames
例外:
SQLException

supportsTransactionIsolationLevel

public boolean supportsTransactionIsolationLevel(int level)
                                          throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsTransactionIsolationLevel
例外:
SQLException

supportsTransactions

public boolean supportsTransactions()
                             throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsTransactions
例外:
SQLException

supportsUnion

public boolean supportsUnion()
                      throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsUnion
例外:
SQLException

supportsUnionAll

public boolean supportsUnionAll()
                         throws SQLException
定義:
インタフェース DatabaseMetaData 内の supportsUnionAll
例外:
SQLException

updatesAreDetected

public boolean updatesAreDetected(int type)
                           throws SQLException
定義:
インタフェース DatabaseMetaData 内の updatesAreDetected
例外:
SQLException

usesLocalFilePerTable

public boolean usesLocalFilePerTable()
                              throws SQLException
定義:
インタフェース DatabaseMetaData 内の usesLocalFilePerTable
例外:
SQLException

usesLocalFiles

public boolean usesLocalFiles()
                       throws SQLException
定義:
インタフェース DatabaseMetaData 内の usesLocalFiles
例外:
SQLException

isWrapperFor

public boolean isWrapperFor(Class<?> arg0)
                     throws SQLException
定義:
インタフェース Wrapper 内の isWrapperFor
例外:
SQLException

unwrap

public <T> T unwrap(Class<T> arg0)
         throws SQLException
定義:
インタフェース Wrapper 内の unwrap
例外:
SQLException


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.