|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.code.flyway.core.SqlStatement
public class SqlStatement
A sql statement from a script that can be executed at once against a database.
| Constructor Summary | |
|---|---|
SqlStatement(int lineNumber,
java.lang.String sql)
Creates a new sql statement. |
|
| Method Summary | |
|---|---|
int |
getLineNumber()
|
java.lang.String |
getSql()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlStatement(int lineNumber,
java.lang.String sql)
lineNumber - The original line number where the statement was located in the script it came from.sql - The sql to send to the database.| Method Detail |
|---|
public int getLineNumber()
public java.lang.String getSql()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||