public class SqlTokenizer extends Object
| Constructor and Description |
|---|
SqlTokenizer(String sql)
Creates a new sql tokenizer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNextStatement()
Returns the next statement.
|
boolean |
hasMoreStatements()
Determines whether there are more statements.
|
public SqlTokenizer(String sql)
sql - The sql textpublic boolean hasMoreStatements()
true if there are more statementspublic String getNextStatement()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.