Home
last modified time | relevance | path

Searched refs:checkOption (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOView.java42 protected int checkOption; field in OView
44 …ng catalog, String schema, String name, boolean isCaseSensitive, String command, int checkOption) { in OView() argument
49 this.checkOption = checkOption; in OView()
100 return checkOption; in registerProperties()
107 checkOption = (int) value; in registerProperties()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlViews.java74 final String checkOption; in createObject() local
92 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()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxViewDescriptor.java40 protected int checkOption; field in SdbcxViewDescriptor
94 return checkOption; in registerProperties()
101 checkOption = (int) value; in registerProperties()

Completed in 26 milliseconds