Searched refs:checkOption (Results 1 – 3 of 3) sorted by relevance
42 protected int checkOption; field in OView44 …ng catalog, String schema, String name, boolean isCaseSensitive, String command, int checkOption) { in OView() argument49 this.checkOption = checkOption; in OView()100 return checkOption; in registerProperties()107 checkOption = (int) value; in registerProperties()
74 final String checkOption; in createObject() local92 checkOption = row.getString(2); in createObject()102 if (checkOption.equals("NONE")) { in createObject()104 } else if (checkOption.equals("LOCAL")) { in createObject()106 } else if (checkOption.equals("CASCADED")) { in createObject()109 throw new SQLException("Unsupported check option '" + checkOption + "'", this, in createObject()
40 protected int checkOption; field in SdbcxViewDescriptor94 return checkOption; in registerProperties()101 checkOption = (int) value; in registerProperties()
Completed in 15 milliseconds