提交 cfe920f8 authored 作者: noelgrandin's avatar noelgrandin

add javadoc for allowLiterals

上级 c433c487
...@@ -77,6 +77,7 @@ public class Session extends SessionWithState { ...@@ -77,6 +77,7 @@ public class Session extends SessionWithState {
private int throttle; private int throttle;
private long lastThrottle; private long lastThrottle;
private Command currentCommand; private Command currentCommand;
/** A temporary override we use during database startup */
private boolean allowLiterals; private boolean allowLiterals;
private String currentSchemaName; private String currentSchemaName;
private String[] schemaSearchPath; private String[] schemaSearchPath;
...@@ -909,6 +910,9 @@ public class Session extends SessionWithState { ...@@ -909,6 +910,9 @@ public class Session extends SessionWithState {
return currentCommandStart; return currentCommandStart;
} }
/**
* A temporary override we use during database startup
*/
public boolean getAllowLiterals() { public boolean getAllowLiterals() {
return allowLiterals; return allowLiterals;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论