Java Doc for MockDatabase.java in  » Database-Client » LiquiBase » liquibase » database » 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 » LiquiBase » liquibase.database 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   liquibase.database.MockDatabase

MockDatabase
public class MockDatabase implements Database(Code)




Method Summary
public  booleanacquireLock(Liquibase liquibase)
    
public  booleanacquireLock()
    
public  voidcheckDatabaseChangeLogLockTable(Liquibase liquibase)
    
public  voidcheckDatabaseChangeLogLockTable()
    
public  voidcheckDatabaseChangeLogTable(Liquibase liquibase)
    
public  voidcheckDatabaseChangeLogTable()
    
public  voidclose()
    
public  voidcommit()
    
public  ObjectconvertDatabaseValueToJavaObject(Object defaultValue, int dataType, int columnSize, int decimalDigits)
    
public  StringconvertJavaObjectToString(Object value)
    
public  StringconvertRequestedSchemaToCatalog(String requestedSchema)
    
public  StringconvertRequestedSchemaToSchema(String requestedSchema)
    
public  SqlStatementcreateFindSequencesSQL(String schema)
    
public  booleandoesChangeLogLockTableExist()
    
public  booleandoesChangeLogTableExist()
    
public  booleandoesTagExist(String tag)
    
public  voiddropDatabaseObjects(String schema)
    
public  StringescapeColumnName(String columnName)
    
public  StringescapeColumnNameList(String columnNames)
    
public  StringescapeSequenceName(String schemaName, String sequenceName)
    
public  StringescapeStringForDatabase(String string)
    
public  StringescapeTableName(String schemaName, String tableName)
    
public  StringescapeViewName(String schemaName, String viewName)
    
public  StringgeneratePrimaryKeyName(String tableName)
    
public  booleangetAutoCommitMode()
    
public  StringgetAutoIncrementClause()
    
public  StringgetBlobType()
    
public  StringgetBooleanType()
    
public  StringgetClobType()
    
public  StringgetColumnType(String columnType, Boolean autoIncrement)
    
public  SqlStatementgetCommitSQL()
    
public  StringgetConcatSql(String... values)
    
public  DatabaseConnectiongetConnection()
    
public  StringgetConnectionURL()
    
public  StringgetConnectionUsername()
    
public  StringgetCurrencyType()
    
public  StringgetCurrentDateTimeFunction()
    
public  StringgetDatabaseChangeLogLockTableName()
    
public  StringgetDatabaseChangeLogTableName()
    
public  StringgetDatabaseProductName()
    
public  StringgetDatabaseProductName(Connection conn)
    
public  StringgetDatabaseProductVersion()
    
public  intgetDatabaseType(int type)
    
public  StringgetDateLiteral(String isoDate)
    
public  StringgetDateLiteral(java.sql.Date date)
    
public  StringgetDateLiteral(Time time)
    
public  StringgetDateLiteral(Timestamp timeStamp)
    
public  StringgetDateLiteral(Date defaultDateValue)
    
public  StringgetDateTimeType()
    
public  StringgetDateType()
    
public  StringgetDefaultCatalogName()
    
public  StringgetDefaultDriver(String url)
    
public  StringgetDefaultSchemaName()
    
public  StringgetDriverName()
    
public  StringgetFalseBooleanValue()
    
public  JdbcTemplategetJdbcTemplate()
    
public  StringgetLineComment()
    
public  StringgetProductName()
    
public  RanChangeSetgetRanChangeSet(ChangeSet changeSet)
    
public  List<RanChangeSet>getRanChangeSetList()
    
public  DategetRanDate(ChangeSet changeSet)
    
public  ChangeSet.RunStatusgetRunStatus(ChangeSet changeSet)
    
public  SqlStatementgetSelectChangeLogLockSQL()
    
public  StringgetTimeType()
    
public  StringgetTrueBooleanValue()
    
public  StringgetTypeName()
    
public  StringgetUUIDType()
    
public  StringgetViewDefinition(String schemaName, String name)
    
public  booleanisColumnAutoIncrement(String schemaName, String tableName, String columnName)
    
public  booleanisCorrectDatabaseImplementation(Connection conn)
    
public  booleanisLiquibaseTable(String tableName)
    
public  booleanisSystemTable(String catalogName, String schemaName, String tableName)
    
public  booleanisSystemView(String catalogName, String schemaName, String name)
    
public  DatabaseChangeLogLock[]listLocks()
    
public  voidmarkChangeSetAsRan(ChangeSet changeSet)
    
public  voidmarkChangeSetAsReRan(ChangeSet changeSet)
    
public  voidreleaseLock()
    
public  voidremoveRanStatus(ChangeSet changeSet)
    
public  voidrollback()
    
public  voidsetConnection(Connection conn)
    
public  voidsetConnection(DatabaseConnection conn)
    
public  voidsetCurrentDateTimeFunction(String function)
    
public  voidsetDefaultSchemaName(String schemaName)
    
public  voidsetJdbcTemplate(JdbcTemplate template)
    
public  booleanshouldQuoteValue(String value)
    
public  booleansupportsAutoIncrement()
    
public  booleansupportsDDLInTransaction()
    
public  booleansupportsInitiallyDeferrableColumns()
    
public  booleansupportsSchemas()
    
public  booleansupportsSequences()
    
public  booleansupportsTablespaces()
    
public  voidtag(String tagString)
    



Method Detail
acquireLock
public boolean acquireLock(Liquibase liquibase) throws LockException(Code)



acquireLock
public boolean acquireLock() throws LockException(Code)



checkDatabaseChangeLogLockTable
public void checkDatabaseChangeLogLockTable(Liquibase liquibase) throws JDBCException, IOException(Code)



checkDatabaseChangeLogLockTable
public void checkDatabaseChangeLogLockTable() throws JDBCException(Code)



checkDatabaseChangeLogTable
public void checkDatabaseChangeLogTable(Liquibase liquibase) throws JDBCException, IOException(Code)



checkDatabaseChangeLogTable
public void checkDatabaseChangeLogTable() throws JDBCException(Code)



close
public void close() throws JDBCException(Code)



commit
public void commit()(Code)



convertDatabaseValueToJavaObject
public Object convertDatabaseValueToJavaObject(Object defaultValue, int dataType, int columnSize, int decimalDigits)(Code)



convertJavaObjectToString
public String convertJavaObjectToString(Object value)(Code)



convertRequestedSchemaToCatalog
public String convertRequestedSchemaToCatalog(String requestedSchema) throws JDBCException(Code)



convertRequestedSchemaToSchema
public String convertRequestedSchemaToSchema(String requestedSchema) throws JDBCException(Code)



createFindSequencesSQL
public SqlStatement createFindSequencesSQL(String schema) throws JDBCException(Code)



doesChangeLogLockTableExist
public boolean doesChangeLogLockTableExist()(Code)



doesChangeLogTableExist
public boolean doesChangeLogTableExist()(Code)



doesTagExist
public boolean doesTagExist(String tag) throws JDBCException(Code)



dropDatabaseObjects
public void dropDatabaseObjects(String schema) throws JDBCException(Code)



escapeColumnName
public String escapeColumnName(String columnName)(Code)



escapeColumnNameList
public String escapeColumnNameList(String columnNames)(Code)



escapeSequenceName
public String escapeSequenceName(String schemaName, String sequenceName)(Code)



escapeStringForDatabase
public String escapeStringForDatabase(String string)(Code)



escapeTableName
public String escapeTableName(String schemaName, String tableName)(Code)



escapeViewName
public String escapeViewName(String schemaName, String viewName)(Code)



generatePrimaryKeyName
public String generatePrimaryKeyName(String tableName)(Code)



getAutoCommitMode
public boolean getAutoCommitMode()(Code)



getAutoIncrementClause
public String getAutoIncrementClause()(Code)



getBlobType
public String getBlobType()(Code)



getBooleanType
public String getBooleanType()(Code)



getClobType
public String getClobType()(Code)



getColumnType
public String getColumnType(String columnType, Boolean autoIncrement)(Code)



getCommitSQL
public SqlStatement getCommitSQL()(Code)



getConcatSql
public String getConcatSql(String... values)(Code)



getConnection
public DatabaseConnection getConnection()(Code)



getConnectionURL
public String getConnectionURL() throws JDBCException(Code)



getConnectionUsername
public String getConnectionUsername() throws JDBCException(Code)



getCurrencyType
public String getCurrencyType()(Code)



getCurrentDateTimeFunction
public String getCurrentDateTimeFunction()(Code)



getDatabaseChangeLogLockTableName
public String getDatabaseChangeLogLockTableName()(Code)



getDatabaseChangeLogTableName
public String getDatabaseChangeLogTableName()(Code)



getDatabaseProductName
public String getDatabaseProductName()(Code)



getDatabaseProductName
public String getDatabaseProductName(Connection conn) throws JDBCException(Code)



getDatabaseProductVersion
public String getDatabaseProductVersion() throws JDBCException(Code)



getDatabaseType
public int getDatabaseType(int type)(Code)



getDateLiteral
public String getDateLiteral(String isoDate)(Code)



getDateLiteral
public String getDateLiteral(java.sql.Date date)(Code)



getDateLiteral
public String getDateLiteral(Time time)(Code)



getDateLiteral
public String getDateLiteral(Timestamp timeStamp)(Code)



getDateLiteral
public String getDateLiteral(Date defaultDateValue)(Code)



getDateTimeType
public String getDateTimeType()(Code)



getDateType
public String getDateType()(Code)



getDefaultCatalogName
public String getDefaultCatalogName() throws JDBCException(Code)



getDefaultDriver
public String getDefaultDriver(String url)(Code)



getDefaultSchemaName
public String getDefaultSchemaName()(Code)



getDriverName
public String getDriverName() throws JDBCException(Code)



getFalseBooleanValue
public String getFalseBooleanValue()(Code)



getJdbcTemplate
public JdbcTemplate getJdbcTemplate()(Code)



getLineComment
public String getLineComment()(Code)



getProductName
public String getProductName()(Code)



getRanChangeSet
public RanChangeSet getRanChangeSet(ChangeSet changeSet) throws JDBCException, DatabaseHistoryException(Code)



getRanChangeSetList
public List<RanChangeSet> getRanChangeSetList() throws JDBCException(Code)



getRanDate
public Date getRanDate(ChangeSet changeSet) throws JDBCException, DatabaseHistoryException(Code)



getRunStatus
public ChangeSet.RunStatus getRunStatus(ChangeSet changeSet) throws JDBCException, DatabaseHistoryException(Code)



getSelectChangeLogLockSQL
public SqlStatement getSelectChangeLogLockSQL() throws JDBCException(Code)



getTimeType
public String getTimeType()(Code)



getTrueBooleanValue
public String getTrueBooleanValue()(Code)



getTypeName
public String getTypeName()(Code)



getUUIDType
public String getUUIDType()(Code)



getViewDefinition
public String getViewDefinition(String schemaName, String name) throws JDBCException(Code)



isColumnAutoIncrement
public boolean isColumnAutoIncrement(String schemaName, String tableName, String columnName) throws SQLException(Code)



isCorrectDatabaseImplementation
public boolean isCorrectDatabaseImplementation(Connection conn) throws JDBCException(Code)



isLiquibaseTable
public boolean isLiquibaseTable(String tableName)(Code)



isSystemTable
public boolean isSystemTable(String catalogName, String schemaName, String tableName)(Code)



isSystemView
public boolean isSystemView(String catalogName, String schemaName, String name)(Code)



listLocks
public DatabaseChangeLogLock[] listLocks() throws LockException(Code)



markChangeSetAsRan
public void markChangeSetAsRan(ChangeSet changeSet) throws JDBCException(Code)



markChangeSetAsReRan
public void markChangeSetAsReRan(ChangeSet changeSet) throws JDBCException(Code)



releaseLock
public void releaseLock() throws LockException(Code)



removeRanStatus
public void removeRanStatus(ChangeSet changeSet) throws JDBCException(Code)



rollback
public void rollback()(Code)



setConnection
public void setConnection(Connection conn)(Code)



setConnection
public void setConnection(DatabaseConnection conn)(Code)



setCurrentDateTimeFunction
public void setCurrentDateTimeFunction(String function)(Code)



setDefaultSchemaName
public void setDefaultSchemaName(String schemaName) throws JDBCException(Code)



setJdbcTemplate
public void setJdbcTemplate(JdbcTemplate template)(Code)



shouldQuoteValue
public boolean shouldQuoteValue(String value)(Code)



supportsAutoIncrement
public boolean supportsAutoIncrement()(Code)



supportsDDLInTransaction
public boolean supportsDDLInTransaction()(Code)



supportsInitiallyDeferrableColumns
public boolean supportsInitiallyDeferrableColumns()(Code)



supportsSchemas
public boolean supportsSchemas()(Code)



supportsSequences
public boolean supportsSequences()(Code)



supportsTablespaces
public boolean supportsTablespaces()(Code)



tag
public void tag(String tagString) throws JDBCException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.