Uses of Class
app.babylon.table.TableName
Packages that use TableName
-
Uses of TableName in app.babylon.table
Methods in app.babylon.table that return TableNameMethods in app.babylon.table with parameters of type TableNameModifier and TypeMethodDescriptionintstatic TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, TableColumnar... tables) static TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, Collection<TableColumnar> tables) static TableColumnarstatic TableColumnarTables.newTable(TableName tableName, ColumnBuilder... columnBuilders) static TableColumnarTables.newTable(TableName tableName, TableDescription description, Column... columns) static TableColumnarTables.newTable(TableName tableName, TableDescription desc, Column[] firstColumns, Column[] lastColumns) static TableColumnarTables.newTable(TableName tableName, TableDescription description, ColumnBuilder... columnBuilders) static TableColumnarTables.newTable(TableName tableName, TableDescription description, Collection<Column> columns) static TableColumnarTables.newTable(TableName tableName, Collection<Column> columns) static TableColumnarTables.newTableView(TableName viewTableName, TableColumnar table, ViewIndex rowIndex) static TableColumnarTables.newTableView(TableName viewTableName, TableDescription viewTableDescription, TableColumnar table, ViewIndex rowIndex) -
Uses of TableName in app.babylon.table.io
Methods in app.babylon.table.io with parameters of type TableNameModifier and TypeMethodDescriptionstatic RowConsumerCreateTableRowConsumerCreateTable.create(TableName tableName, ColumnName resourceName) static RowConsumerCreateTableRowConsumerCreateTable.create(TableName tableName, TableDescription tableDescription, ColumnName resourceName, String sourceName, Map<ColumnName, Column.Type> explicitColumnTypes) -
Uses of TableName in app.babylon.table.plans
Methods in app.babylon.table.plans that return TableNameMethods in app.babylon.table.plans with parameters of type TableNameModifier and TypeMethodDescriptionTablePlanRead.execute(TableName tableName, TableDescription tableDescription, Column... columns) TablePlan.withTableName(TableName tableName) TablePlanCommon.withTableName(TableName tableName)