Class DialectPostgreSQL.ArraySubQueryPostgreSQL.ArraySubQueryPostgreSQLColumn
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.jdbc.db.Column
-
- org.nuxeo.ecm.core.storage.sql.jdbc.dialect.DialectPostgreSQL.ArraySubQueryPostgreSQL.ArraySubQueryPostgreSQLColumn
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DialectPostgreSQL.ArraySubQueryPostgreSQL
public class DialectPostgreSQL.ArraySubQueryPostgreSQL.ArraySubQueryPostgreSQLColumn extends Column
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.storage.sql.jdbc.db.Column
dialect, physicalName, table
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullQuotedName()
-
Methods inherited from class org.nuxeo.ecm.core.storage.sql.jdbc.db.Column
checkJdbcType, getBaseType, getDefaultValue, getForeignKey, getForeignTable, getFreeVariableSetter, getFromResultSet, getJdbcBaseType, getJdbcType, getJDBCTypeName, getKey, getPhysicalName, getQuotedName, getSqlBaseTypeString, getSqlTypeString, getTable, getType, isArray, isIdentity, isNullable, isOpaque, isPrimary, setDefaultValue, setIdentity, setNullable, setPrimary, setReferences, setToPreparedStatement, toString
-
-
-
-
Method Detail
-
getFullQuotedName
public String getFullQuotedName()
- Overrides:
getFullQuotedName
in classColumn
-
-