Uses of Interface
org.nuiton.db.meta.ColumnRef
-
Uses of ColumnRef in org.nuiton.db.meta
Classes in org.nuiton.db.meta that implement ColumnRefMethods in org.nuiton.db.meta that return ColumnRefModifier and TypeMethodDescriptionprotected ColumnRefDatabaseMetaBuilder.asCommentKey(String tableName, String columnName) protected ColumnRefDatabaseMetaBuilder.asProcedureKey(String procedureName, String argTypesString) static ColumnRefstatic ColumnRefMethods in org.nuiton.db.meta that return types with arguments of type ColumnRefModifier and TypeMethodDescriptionDatabaseMetaBuilder.readForeignKeys(String schema) Dans la Multimap renvoyée, la clé est constituée d'une Pair de TABLE_NAME, COLUMN_NAME.DatabaseMetaBuilder.readForeignKeys(String schema) Dans la Multimap renvoyée, la clé est constituée d'une Pair de TABLE_NAME, COLUMN_NAME.protected com.google.common.collect.ImmutableSet<ColumnRef> DatabaseMetaBuilder.readPrimaryKeys(String schema) Renvoie un ensemble de Pair de TABLE_NAME, COLUMN_NAME représentant les clés primaires de la base.DatabaseMetaBuilder.readProcedureComments(String schema) Dans la Map renvoyée, la clé est constituée d'une Pair de PROCEDURE_NAME, ATTRIBUTE_NAME.DatabaseMetaBuilder.readTableAndViewComments(String schema) Dans la Map renvoyée, la clé est constituée d'une Pair de TABLE_NAME, COLUMN_NAME.protected com.google.common.collect.ImmutableSet<ColumnRef> DatabaseMetaBuilder.readUniqueColumns(String schema) Renvoie un ensemble de Pair de TABLE_NAME, COLUMN_NAME représentant les colonnes avec une contrainte d'unicité.Methods in org.nuiton.db.meta with parameters of type ColumnRefModifier and TypeMethodDescriptionstatic ImmutableColumnRefCreates an immutable copy of aColumnRefvalue.Fill a builder with attribute values from the providedColumnRefinstance.protected com.google.common.collect.ImmutableSet<String> DatabaseMetaBuilder.getForeignKeys(com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, ColumnRef columnRef) Method parameters in org.nuiton.db.meta with type arguments of type ColumnRefModifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableSet<String> DatabaseMetaBuilder.getForeignKeys(com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, ColumnRef columnRef) protected com.google.common.collect.ImmutableSet<String> DatabaseMetaBuilder.getForeignKeys(com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, ColumnRef columnRef) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String type, String schema, Map<ColumnRef, String> comments, Set<ColumnRef> primaryKeys, Set<ColumnRef> uniqueColumns, com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String type, String schema, Map<ColumnRef, String> comments, Set<ColumnRef> primaryKeys, Set<ColumnRef> uniqueColumns, com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String type, String schema, Map<ColumnRef, String> comments, Set<ColumnRef> primaryKeys, Set<ColumnRef> uniqueColumns, com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes) protected com.google.common.collect.ImmutableList<TableMeta> DatabaseMetaBuilder.readTableMetas(String type, String schema, Map<ColumnRef, String> comments, Set<ColumnRef> primaryKeys, Set<ColumnRef> uniqueColumns, com.google.common.collect.Multimap<ColumnRef, ColumnRef> foreignKeys, com.google.common.collect.ImmutableList<CustomTypeMeta> customTypes)