public static class SqlParserUtil.StringAndPos extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cursor |
SqlParserPos |
pos |
String |
sql |
| Constructor and Description |
|---|
StringAndPos(String sql,
int cursor,
SqlParserPos pos) |
public final String sql
public final int cursor
public final SqlParserPos pos
StringAndPos(String sql, int cursor, SqlParserPos pos)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.