Java Doc for MockDatabaseMetaData.java in » Database-Client » squirrel-sql-2.6.5a » net » sourceforge » squirrel_sql » mo » sql » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Database Client
»
squirrel sql 2.6.5a
»
net.sourceforge.squirrel_sql.mo.sql
Source Cross Reference
Class Diagram
Java Document (Java Doc)
net.sourceforge.squirrel_sql.mo.sql
.MockDatabaseMetaData
MockDatabaseMetaData
public
class MockDatabaseMetaData extends com.mockobjects.sql.MockDatabaseMetaData
(Code)
Constructor Summary
public
MockDatabaseMetaData
()
public
MockDatabaseMetaData
(
String
currentCatalog,
String
currentSchema)
Method Summary
public
boolean
allProceduresAreCallable
()
public
boolean
allTablesAreSelectable
()
public
boolean
deletesAreDetected
(int arg0)
public
boolean
doesMaxRowSizeIncludeBlobs
()
public
String
getCatalogSeparator
()
public
String
getCatalogTerm
()
public
ResultSet
getCatalogs
()
public
String
getDatabaseProductName
()
public
String
getDatabaseProductVersion
()
public
String
getDriverName
()
public
String
getIdentifierQuoteString
()
public
String
getNumericFunctions
()
public
String
getProcedureTerm
()
public
ResultSet
getProcedures
(
String
catalog,
String
schemaPattern,
String
procedureNamrPattern)
public
String
getSQLKeywords
()
public
String
getSchemaTerm
()
public
ResultSet
getSchemas
()
public
String
getStringFunctions
()
public
ResultSet
getTableTypes
()
public
ResultSet
getTables
(
String
aCatalog,
String
schemaPattern,
String
tableNamePattern,
String
[] types)
public
String
getTimeDateFunctions
()
public
ResultSet
getTypeInfo
()
public
boolean
insertsAreDetected
(int arg0)
public
boolean
isCatalogAtStart
()
public
boolean
isReadOnly
()
public
boolean
locatorsUpdateCopy
()
public
boolean
nullPlusNonNullIsNull
()
public
boolean
nullsAreSortedAtEnd
()
public
boolean
nullsAreSortedAtStart
()
public
boolean
nullsAreSortedHigh
()
public
boolean
nullsAreSortedLow
()
public
boolean
othersDeletesAreVisible
(int arg0)
public
boolean
othersInsertsAreVisible
(int arg0)
public
boolean
othersUpdatesAreVisible
(int arg0)
public
boolean
ownDeletesAreVisible
(int arg0)
public
boolean
ownInsertsAreVisible
(int arg0)
public
boolean
ownUpdatesAreVisible
(int arg0)
public
void
setCatalogTerm
(
String
aCatalogTerm)
public
void
setCatalogs
(
String
[] catalogNames,
SQLDatabaseMetaData
md)
public
void
setProcedureTerm
(
String
procedureTerm)
public
void
setSQLKeywords
(
String
[] someKeywords)
public
void
setSchemaTerm
(
String
schemaTerm)
public
void
setSchemas
(
String
[] schemaNames,
SQLDatabaseMetaData
md)
public
void
setupDriverName
(
String
arg0)
public
boolean
storesLowerCaseIdentifiers
()
public
boolean
storesLowerCaseQuotedIdentifiers
()
public
boolean
storesMixedCaseIdentifiers
()
public
boolean
storesMixedCaseQuotedIdentifiers
()
public
boolean
storesUpperCaseIdentifiers
()
public
boolean
storesUpperCaseQuotedIdentifiers
()
public
boolean
supportsANSI92EntryLevelSQL
()
public
boolean
supportsANSI92FullSQL
()
public
boolean
supportsANSI92IntermediateSQL
()
public
boolean
supportsAlterTableWithAddColumn
()
public
boolean
supportsAlterTableWithDropColumn
()
public
boolean
supportsBatchUpdates
()
public
boolean
supportsCatalogsInDataManipulation
()
public
boolean
supportsCatalogsInIndexDefinitions
()
public
boolean
supportsCatalogsInPrivilegeDefinitions
()
public
boolean
supportsCatalogsInProcedureCalls
()
public
boolean
supportsCatalogsInTableDefinitions
()
public
boolean
supportsColumnAliasing
()
public
boolean
supportsConvert
()
public
boolean
supportsConvert
(int arg0, int arg1)
public
boolean
supportsCoreSQLGrammar
()
public
boolean
supportsCorrelatedSubqueries
()
public
boolean
supportsDataDefinitionAndDataManipulationTransactions
()
public
boolean
supportsDataManipulationTransactionsOnly
()
public
boolean
supportsDifferentTableCorrelationNames
()
public
boolean
supportsExpressionsInOrderBy
()
public
boolean
supportsExtendedSQLGrammar
()
public
boolean
supportsFullOuterJoins
()
public
boolean
supportsGetGeneratedKeys
()
public
boolean
supportsGroupBy
()
public
boolean
supportsGroupByBeyondSelect
()
public
boolean
supportsGroupByUnrelated
()
public
boolean
supportsIntegrityEnhancementFacility
()
public
boolean
supportsLikeEscapeClause
()
public
boolean
supportsLimitedOuterJoins
()
public
boolean
supportsMinimumSQLGrammar
()
public
boolean
supportsMixedCaseIdentifiers
()
public
boolean
supportsMixedCaseQuotedIdentifiers
()
public
boolean
supportsMultipleOpenResults
()
public
boolean
supportsMultipleResultSets
()
public
boolean
supportsMultipleTransactions
()
public
boolean
supportsNamedParameters
()
public
boolean
supportsNonNullableColumns
()
public
boolean
supportsOpenCursorsAcrossCommit
()
public
boolean
supportsOpenCursorsAcrossRollback
()
public
boolean
supportsOpenStatementsAcrossCommit
()
public
boolean
supportsOpenStatementsAcrossRollback
()
public
boolean
supportsOrderByUnrelated
()
public
boolean
supportsOuterJoins
()
public
boolean
supportsPositionedDelete
()
public
boolean
supportsPositionedUpdate
()
public
boolean
supportsResultSetConcurrency
(int arg0, int arg1)
public
boolean
supportsResultSetHoldability
(int arg0)
public
boolean
supportsResultSetType
(int arg0)
public
boolean
supportsSavepoints
()
public
boolean
supportsSchemasInDataManipulation
()
public
boolean
supportsSchemasInIndexDefinitions
()
public
boolean
supportsSchemasInPrivilegeDefinitions
()
public
boolean
supportsSchemasInProcedureCalls
()
public
boolean
supportsSchemasInTableDefinitions
()
public
boolean
supportsSelectForUpdate
()
public
boolean
supportsStatementPooling
()
public
boolean
supportsStoredProcedures
()
public
boolean
supportsSubqueriesInComparisons
()
public
boolean
supportsSubqueriesInExists
()
public
boolean
supportsSubqueriesInIns
()
public
boolean
supportsSubqueriesInQuantifieds
()
public
boolean
supportsTableCorrelationNames
()
public
boolean
supportsTransactionIsolationLevel
(int arg0)
public
boolean
supportsTransactions
()
public
boolean
supportsUnion
()
public
boolean
supportsUnionAll
()
public
boolean
updatesAreDetected
(int arg0)
public
boolean
usesLocalFilePerTable
()
public
boolean
usesLocalFiles
()
Constructor Detail
MockDatabaseMetaData
public
MockDatabaseMetaData()
(Code)
MockDatabaseMetaData
public
MockDatabaseMetaData(
String
currentCatalog,
String
currentSchema)
(Code)
Method Detail
allProceduresAreCallable
public
boolean allProceduresAreCallable() throws
SQLException
(Code)
allTablesAreSelectable
public
boolean allTablesAreSelectable() throws
SQLException
(Code)
deletesAreDetected
public
boolean deletesAreDetected(int arg0) throws
SQLException
(Code)
doesMaxRowSizeIncludeBlobs
public
boolean doesMaxRowSizeIncludeBlobs() throws
SQLException
(Code)
getCatalogSeparator
public
String
getCatalogSeparator()
(Code)
getCatalogTerm
public
String
getCatalogTerm()
(Code)
getCatalogs
public
ResultSet
getCatalogs() throws
SQLException
(Code)
getDatabaseProductName
public
String
getDatabaseProductName() throws
SQLException
(Code)
getDatabaseProductVersion
public
String
getDatabaseProductVersion() throws
SQLException
(Code)
getDriverName
public
String
getDriverName() throws
SQLException
(Code)
getIdentifierQuoteString
public
String
getIdentifierQuoteString() throws
SQLException
(Code)
getNumericFunctions
public
String
getNumericFunctions() throws
SQLException
(Code)
getProcedureTerm
public
String
getProcedureTerm()
(Code)
the procedureTerm
getProcedures
public
ResultSet
getProcedures(
String
catalog,
String
schemaPattern,
String
procedureNamrPattern) throws
SQLException
(Code)
getSQLKeywords
public
String
getSQLKeywords() throws
SQLException
(Code)
getSchemaTerm
public
String
getSchemaTerm()
(Code)
the schemaTerm
getSchemas
public
ResultSet
getSchemas() throws
SQLException
(Code)
getStringFunctions
public
String
getStringFunctions() throws
SQLException
(Code)
getTableTypes
public
ResultSet
getTableTypes() throws
SQLException
(Code)
getTables
public
ResultSet
getTables(
String
aCatalog,
String
schemaPattern,
String
tableNamePattern,
String
[] types) throws
SQLException
(Code)
getTimeDateFunctions
public
String
getTimeDateFunctions() throws
SQLException
(Code)
getTypeInfo
public
ResultSet
getTypeInfo() throws
SQLException
(Code)
insertsAreDetected
public
boolean insertsAreDetected(int arg0) throws
SQLException
(Code)
isCatalogAtStart
public
boolean isCatalogAtStart() throws
SQLException
(Code)
isReadOnly
public
boolean isReadOnly() throws
SQLException
(Code)
locatorsUpdateCopy
public
boolean locatorsUpdateCopy() throws
SQLException
(Code)
nullPlusNonNullIsNull
public
boolean nullPlusNonNullIsNull() throws
SQLException
(Code)
nullsAreSortedAtEnd
public
boolean nullsAreSortedAtEnd() throws
SQLException
(Code)
nullsAreSortedAtStart
public
boolean nullsAreSortedAtStart() throws
SQLException
(Code)
nullsAreSortedHigh
public
boolean nullsAreSortedHigh() throws
SQLException
(Code)
nullsAreSortedLow
public
boolean nullsAreSortedLow() throws
SQLException
(Code)
othersDeletesAreVisible
public
boolean othersDeletesAreVisible(int arg0) throws
SQLException
(Code)
othersInsertsAreVisible
public
boolean othersInsertsAreVisible(int arg0) throws
SQLException
(Code)
othersUpdatesAreVisible
public
boolean othersUpdatesAreVisible(int arg0) throws
SQLException
(Code)
ownDeletesAreVisible
public
boolean ownDeletesAreVisible(int arg0) throws
SQLException
(Code)
ownInsertsAreVisible
public
boolean ownInsertsAreVisible(int arg0) throws
SQLException
(Code)
ownUpdatesAreVisible
public
boolean ownUpdatesAreVisible(int arg0) throws
SQLException
(Code)
setCatalogTerm
public
void setCatalogTerm(
String
aCatalogTerm)
(Code)
setCatalogs
public
void setCatalogs(
String
[] catalogNames,
SQLDatabaseMetaData
md)
(Code)
setProcedureTerm
public
void setProcedureTerm(
String
procedureTerm)
(Code)
Parameters:
procedureTerm - the procedureTerm to set
setSQLKeywords
public
void setSQLKeywords(
String
[] someKeywords)
(Code)
setSchemaTerm
public
void setSchemaTerm(
String
schemaTerm)
(Code)
Parameters:
schemaTerm - the schemaTerm to set
setSchemas
public
void setSchemas(
String
[] schemaNames,
SQLDatabaseMetaData
md)
(Code)
setupDriverName
public
void setupDriverName(
String
arg0)
(Code)
storesLowerCaseIdentifiers
public
boolean storesLowerCaseIdentifiers() throws
SQLException
(Code)
storesLowerCaseQuotedIdentifiers
public
boolean storesLowerCaseQuotedIdentifiers() throws
SQLException
(Code)
storesMixedCaseIdentifiers
public
boolean storesMixedCaseIdentifiers() throws
SQLException
(Code)
storesMixedCaseQuotedIdentifiers
public
boolean storesMixedCaseQuotedIdentifiers() throws
SQLException
(Code)
storesUpperCaseIdentifiers
public
boolean storesUpperCaseIdentifiers() throws
SQLException
(Code)
storesUpperCaseQuotedIdentifiers
public
boolean storesUpperCaseQuotedIdentifiers() throws
SQLException
(Code)
supportsANSI92EntryLevelSQL
public
boolean supportsANSI92EntryLevelSQL() throws
SQLException
(Code)
supportsANSI92FullSQL
public
boolean supportsANSI92FullSQL() throws
SQLException
(Code)
supportsANSI92IntermediateSQL
public
boolean supportsANSI92IntermediateSQL() throws
SQLException
(Code)
supportsAlterTableWithAddColumn
public
boolean supportsAlterTableWithAddColumn() throws
SQLException
(Code)
supportsAlterTableWithDropColumn
public
boolean supportsAlterTableWithDropColumn() throws
SQLException
(Code)
supportsBatchUpdates
public
boolean supportsBatchUpdates() throws
SQLException
(Code)
supportsCatalogsInDataManipulation
public
boolean supportsCatalogsInDataManipulation() throws
SQLException
(Code)
supportsCatalogsInIndexDefinitions
public
boolean supportsCatalogsInIndexDefinitions() throws
SQLException
(Code)
supportsCatalogsInPrivilegeDefinitions
public
boolean supportsCatalogsInPrivilegeDefinitions() throws
SQLException
(Code)
supportsCatalogsInProcedureCalls
public
boolean supportsCatalogsInProcedureCalls() throws
SQLException
(Code)
supportsCatalogsInTableDefinitions
public
boolean supportsCatalogsInTableDefinitions() throws
SQLException
(Code)
supportsColumnAliasing
public
boolean supportsColumnAliasing() throws
SQLException
(Code)
supportsConvert
public
boolean supportsConvert() throws
SQLException
(Code)
supportsConvert
public
boolean supportsConvert(int arg0, int arg1) throws
SQLException
(Code)
supportsCoreSQLGrammar
public
boolean supportsCoreSQLGrammar() throws
SQLException
(Code)
supportsCorrelatedSubqueries
public
boolean supportsCorrelatedSubqueries() throws
SQLException
(Code)
supportsDataDefinitionAndDataManipulationTransactions
public
boolean supportsDataDefinitionAndDataManipulationTransactions() throws
SQLException
(Code)
supportsDataManipulationTransactionsOnly
public
boolean supportsDataManipulationTransactionsOnly() throws
SQLException
(Code)
supportsDifferentTableCorrelationNames
public
boolean supportsDifferentTableCorrelationNames() throws
SQLException
(Code)
supportsExpressionsInOrderBy
public
boolean supportsExpressionsInOrderBy() throws
SQLException
(Code)
supportsExtendedSQLGrammar
public
boolean supportsExtendedSQLGrammar() throws
SQLException
(Code)
supportsFullOuterJoins
public
boolean supportsFullOuterJoins() throws
SQLException
(Code)
supportsGetGeneratedKeys
public
boolean supportsGetGeneratedKeys() throws
SQLException
(Code)
supportsGroupBy
public
boolean supportsGroupBy() throws
SQLException
(Code)
supportsGroupByBeyondSelect
public
boolean supportsGroupByBeyondSelect() throws
SQLException
(Code)
supportsGroupByUnrelated
public
boolean supportsGroupByUnrelated() throws
SQLException
(Code)
supportsIntegrityEnhancementFacility
public
boolean supportsIntegrityEnhancementFacility() throws
SQLException
(Code)
supportsLikeEscapeClause
public
boolean supportsLikeEscapeClause() throws
SQLException
(Code)
supportsLimitedOuterJoins
public
boolean supportsLimitedOuterJoins() throws
SQLException
(Code)
supportsMinimumSQLGrammar
public
boolean supportsMinimumSQLGrammar() throws
SQLException
(Code)
supportsMixedCaseIdentifiers
public
boolean supportsMixedCaseIdentifiers() throws
SQLException
(Code)
supportsMixedCaseQuotedIdentifiers
public
boolean supportsMixedCaseQuotedIdentifiers() throws
SQLException
(Code)
supportsMultipleOpenResults
public
boolean supportsMultipleOpenResults() throws
SQLException
(Code)
supportsMultipleResultSets
public
boolean supportsMultipleResultSets() throws
SQLException
(Code)
supportsMultipleTransactions
public
boolean supportsMultipleTransactions() throws
SQLException
(Code)
supportsNamedParameters
public
boolean supportsNamedParameters() throws
SQLException
(Code)
supportsNonNullableColumns
public
boolean supportsNonNullableColumns() throws
SQLException
(Code)
supportsOpenCursorsAcrossCommit
public
boolean supportsOpenCursorsAcrossCommit() throws
SQLException
(Code)
supportsOpenCursorsAcrossRollback
public
boolean supportsOpenCursorsAcrossRollback() throws
SQLException
(Code)
supportsOpenStatementsAcrossCommit
public
boolean supportsOpenStatementsAcrossCommit() throws
SQLException
(Code)
supportsOpenStatementsAcrossRollback
public
boolean supportsOpenStatementsAcrossRollback() throws
SQLException
(Code)
supportsOrderByUnrelated
public
boolean supportsOrderByUnrelated() throws
SQLException
(Code)
supportsOuterJoins
public
boolean supportsOuterJoins() throws
SQLException
(Code)
supportsPositionedDelete
public
boolean supportsPositionedDelete() throws
SQLException
(Code)
supportsPositionedUpdate
public
boolean supportsPositionedUpdate() throws
SQLException
(Code)
supportsResultSetConcurrency
public
boolean supportsResultSetConcurrency(int arg0, int arg1) throws
SQLException
(Code)
supportsResultSetHoldability
public
boolean supportsResultSetHoldability(int arg0) throws
SQLException
(Code)
supportsResultSetType
public
boolean supportsResultSetType(int arg0) throws
SQLException
(Code)
supportsSavepoints
public
boolean supportsSavepoints() throws
SQLException
(Code)
supportsSchemasInDataManipulation
public
boolean supportsSchemasInDataManipulation() throws
SQLException
(Code)
supportsSchemasInIndexDefinitions
public
boolean supportsSchemasInIndexDefinitions() throws
SQLException
(Code)
supportsSchemasInPrivilegeDefinitions
public
boolean supportsSchemasInPrivilegeDefinitions() throws
SQLException
(Code)
supportsSchemasInProcedureCalls
public
boolean supportsSchemasInProcedureCalls() throws
SQLException
(Code)
supportsSchemasInTableDefinitions
public
boolean supportsSchemasInTableDefinitions() throws
SQLException
(Code)
supportsSelectForUpdate
public
boolean supportsSelectForUpdate() throws
SQLException
(Code)
supportsStatementPooling
public
boolean supportsStatementPooling() throws
SQLException
(Code)
supportsStoredProcedures
public
boolean supportsStoredProcedures() throws
SQLException
(Code)
supportsSubqueriesInComparisons
public
boolean supportsSubqueriesInComparisons() throws
SQLException
(Code)
supportsSubqueriesInExists
public
boolean supportsSubqueriesInExists() throws
SQLException
(Code)
supportsSubqueriesInIns
public
boolean supportsSubqueriesInIns() throws
SQLException
(Code)
supportsSubqueriesInQuantifieds
public
boolean supportsSubqueriesInQuantifieds() throws
SQLException
(Code)
supportsTableCorrelationNames
public
boolean supportsTableCorrelationNames() throws
SQLException
(Code)
supportsTransactionIsolationLevel
public
boolean supportsTransactionIsolationLevel(int arg0) throws
SQLException
(Code)
supportsTransactions
public
boolean supportsTransactions() throws
SQLException
(Code)
supportsUnion
public
boolean supportsUnion() throws
SQLException
(Code)
supportsUnionAll
public
boolean supportsUnionAll() throws
SQLException
(Code)
updatesAreDetected
public
boolean updatesAreDetected(int arg0) throws
SQLException
(Code)
usesLocalFilePerTable
public
boolean usesLocalFilePerTable() throws
SQLException
(Code)
usesLocalFiles
public
boolean usesLocalFiles() throws
SQLException
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.