Home
last modified time | relevance | path

Searched refs:InDataManipulation (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java63 …s nameComponents = DbTools.qualifiedNameComponents(metadata, name, ComposeRule.InDataManipulation); in createObject()
91 …s nameComponents = DbTools.qualifiedNameComponents(metadata, name, ComposeRule.InDataManipulation); in dropObject()
100 true, ComposeRule.InDataManipulation); in dropObject()
104 false, ComposeRule.InDataManipulation); in dropObject()
H A DPostgresqlViews.java62 …s nameComponents = DbTools.qualifiedNameComponents(metadata, name, ComposeRule.InDataManipulation); in createObject()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java130 case InDataManipulation: in getNameComponentSupport()
280 useSchemaInSelect ? schema : "", table, true, ComposeRule.InDataManipulation); in composeTableNameForSelect()
620 …ameComponents = qualifiedNameComponents(metadata, referencedTable, ComposeRule.InDataManipulation); in createStandardKeyStatement()
H A DComposeRule.java27 InDataManipulation, enumConstant
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOCatalog.java161 … DbTools.composeTableName(metadata, catalog, schema, table, false, ComposeRule.InDataManipulation); in buildName()
H A DSqlTableHelper.java212 false, ComposeRule.InDataManipulation); in readForeignKeys()