Home
last modified time | relevance | path

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

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTextTable.java71 isWithDataSource = true; in TextTable()
H A DTableBase.java101 protected boolean isWithDataSource; field in TableBase
H A DTable.java757 public final boolean isWithDataSource() { in isWithDataSource() method in Table
758 return isWithDataSource; in isWithDataSource()