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

add javadoc for allowLiterals

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