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  booleanallProceduresAreCallable()
    
public  booleanallTablesAreSelectable()
    
public  booleandeletesAreDetected(int arg0)
    
public  booleandoesMaxRowSizeIncludeBlobs()
    
public  StringgetCatalogSeparator()
    
public  StringgetCatalogTerm()
    
public  ResultSetgetCatalogs()
    
public  StringgetDatabaseProductName()
    
public  StringgetDatabaseProductVersion()
    
public  StringgetDriverName()
    
public  StringgetIdentifierQuoteString()
    
public  StringgetNumericFunctions()
    
public  StringgetProcedureTerm()
    
public  ResultSetgetProcedures(String catalog, String schemaPattern, String procedureNamrPattern)
    
public  StringgetSQLKeywords()
    
public  StringgetSchemaTerm()
    
public  ResultSetgetSchemas()
    
public  StringgetStringFunctions()
    
public  ResultSetgetTableTypes()
    
public  ResultSetgetTables(String aCatalog, String schemaPattern, String tableNamePattern, String[] types)
    
public  StringgetTimeDateFunctions()
    
public  ResultSetgetTypeInfo()
    
public  booleaninsertsAreDetected(int arg0)
    
public  booleanisCatalogAtStart()
    
public  booleanisReadOnly()
    
public  booleanlocatorsUpdateCopy()
    
public  booleannullPlusNonNullIsNull()
    
public  booleannullsAreSortedAtEnd()
    
public  booleannullsAreSortedAtStart()
    
public  booleannullsAreSortedHigh()
    
public  booleannullsAreSortedLow()
    
public  booleanothersDeletesAreVisible(int arg0)
    
public  booleanothersInsertsAreVisible(int arg0)
    
public  booleanothersUpdatesAreVisible(int arg0)
    
public  booleanownDeletesAreVisible(int arg0)
    
public  booleanownInsertsAreVisible(int arg0)
    
public  booleanownUpdatesAreVisible(int arg0)
    
public  voidsetCatalogTerm(String aCatalogTerm)
    
public  voidsetCatalogs(String[] catalogNames, SQLDatabaseMetaData md)
    
public  voidsetProcedureTerm(String procedureTerm)
    
public  voidsetSQLKeywords(String[] someKeywords)
    
public  voidsetSchemaTerm(String schemaTerm)
    
public  voidsetSchemas(String[] schemaNames, SQLDatabaseMetaData md)
    
public  voidsetupDriverName(String arg0)
    
public  booleanstoresLowerCaseIdentifiers()
    
public  booleanstoresLowerCaseQuotedIdentifiers()
    
public  booleanstoresMixedCaseIdentifiers()
    
public  booleanstoresMixedCaseQuotedIdentifiers()
    
public  booleanstoresUpperCaseIdentifiers()
    
public  booleanstoresUpperCaseQuotedIdentifiers()
    
public  booleansupportsANSI92EntryLevelSQL()
    
public  booleansupportsANSI92FullSQL()
    
public  booleansupportsANSI92IntermediateSQL()
    
public  booleansupportsAlterTableWithAddColumn()
    
public  booleansupportsAlterTableWithDropColumn()
    
public  booleansupportsBatchUpdates()
    
public  booleansupportsCatalogsInDataManipulation()
    
public  booleansupportsCatalogsInIndexDefinitions()
    
public  booleansupportsCatalogsInPrivilegeDefinitions()
    
public  booleansupportsCatalogsInProcedureCalls()
    
public  booleansupportsCatalogsInTableDefinitions()
    
public  booleansupportsColumnAliasing()
    
public  booleansupportsConvert()
    
public  booleansupportsConvert(int arg0, int arg1)
    
public  booleansupportsCoreSQLGrammar()
    
public  booleansupportsCorrelatedSubqueries()
    
public  booleansupportsDataDefinitionAndDataManipulationTransactions()
    
public  booleansupportsDataManipulationTransactionsOnly()
    
public  booleansupportsDifferentTableCorrelationNames()
    
public  booleansupportsExpressionsInOrderBy()
    
public  booleansupportsExtendedSQLGrammar()
    
public  booleansupportsFullOuterJoins()
    
public  booleansupportsGetGeneratedKeys()
    
public  booleansupportsGroupBy()
    
public  booleansupportsGroupByBeyondSelect()
    
public  booleansupportsGroupByUnrelated()
    
public  booleansupportsIntegrityEnhancementFacility()
    
public  booleansupportsLikeEscapeClause()
    
public  booleansupportsLimitedOuterJoins()
    
public  booleansupportsMinimumSQLGrammar()
    
public  booleansupportsMixedCaseIdentifiers()
    
public  booleansupportsMixedCaseQuotedIdentifiers()
    
public  booleansupportsMultipleOpenResults()
    
public  booleansupportsMultipleResultSets()
    
public  booleansupportsMultipleTransactions()
    
public  booleansupportsNamedParameters()
    
public  booleansupportsNonNullableColumns()
    
public  booleansupportsOpenCursorsAcrossCommit()
    
public  booleansupportsOpenCursorsAcrossRollback()
    
public  booleansupportsOpenStatementsAcrossCommit()
    
public  booleansupportsOpenStatementsAcrossRollback()
    
public  booleansupportsOrderByUnrelated()
    
public  booleansupportsOuterJoins()
    
public  booleansupportsPositionedDelete()
    
public  booleansupportsPositionedUpdate()
    
public  booleansupportsResultSetConcurrency(int arg0, int arg1)
    
public  booleansupportsResultSetHoldability(int arg0)
    
public  booleansupportsResultSetType(int arg0)
    
public  booleansupportsSavepoints()
    
public  booleansupportsSchemasInDataManipulation()
    
public  booleansupportsSchemasInIndexDefinitions()
    
public  booleansupportsSchemasInPrivilegeDefinitions()
    
public  booleansupportsSchemasInProcedureCalls()
    
public  booleansupportsSchemasInTableDefinitions()
    
public  booleansupportsSelectForUpdate()
    
public  booleansupportsStatementPooling()
    
public  booleansupportsStoredProcedures()
    
public  booleansupportsSubqueriesInComparisons()
    
public  booleansupportsSubqueriesInExists()
    
public  booleansupportsSubqueriesInIns()
    
public  booleansupportsSubqueriesInQuantifieds()
    
public  booleansupportsTableCorrelationNames()
    
public  booleansupportsTransactionIsolationLevel(int arg0)
    
public  booleansupportsTransactions()
    
public  booleansupportsUnion()
    
public  booleansupportsUnionAll()
    
public  booleanupdatesAreDetected(int arg0)
    
public  booleanusesLocalFilePerTable()
    
public  booleanusesLocalFiles()
    


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.