Searched refs:schemaRestriction (Results 1 – 2 of 2) sorted by relevance
73 private Object schemaRestriction; field in JavaSQLConnection372 schemaRestriction = Tools.getOrDefault(info, "ImplicitSchemaRestriction", Any.VOID); in construct()572 return schemaRestriction; in getSchemaRestriction()
175 Object schemaRestriction = connection.getSchemaRestriction(); in getTables() local176 if (AnyConverter.isString(schemaRestriction)) { in getTables()177 schemaPattern = AnyConverter.toString(schemaRestriction); in getTables()
Completed in 30 milliseconds