public class ParseInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
ansiQuotedIdentifiers |
static ParseInfo |
DEFAULT_INSTANCE |
int |
referenceCount |
static boolean |
REQUIRE_UNQUALIFIED_NAMES |
Constructor and Description |
---|
ParseInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isBackslashDefaultMatchEscape() |
void |
setBackslashDefaultMatchEscape(boolean backslashDefaultMatchEscape) |
boolean |
useAnsiQuotedIdentifiers() |
public static boolean REQUIRE_UNQUALIFIED_NAMES
public int referenceCount
public static final ParseInfo DEFAULT_INSTANCE
public boolean ansiQuotedIdentifiers
Copyright © 2019. All rights reserved.