liquibase.statement.core
Class GetViewDefinitionStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.GetViewDefinitionStatement
- All Implemented Interfaces:
- SqlStatement
public class GetViewDefinitionStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetViewDefinitionStatement
public GetViewDefinitionStatement(String catalogName,
String schemaName,
String viewName)
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getViewName
public String getViewName()
Copyright © 2016 Liquibase.org. All rights reserved.