liquibase.statement.core
Class GetViewDefinitionStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.GetViewDefinitionStatement
All Implemented Interfaces:
SqlStatement

public class GetViewDefinitionStatement
extends AbstractSqlStatement


Constructor Summary
GetViewDefinitionStatement(String catalogName, String schemaName, String viewName)
           
 
Method Summary
 String getCatalogName()
           
 String getSchemaName()
           
 String getViewName()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetViewDefinitionStatement

public GetViewDefinitionStatement(String catalogName,
                                  String schemaName,
                                  String viewName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getViewName

public String getViewName()


Copyright © 2016 Liquibase.org. All rights reserved.