-
DisplayProject.ArrayColumnModel.addColumn()
-
adipe.translate.sql.ColumnNamesImpl.addColumn()
Add column. Name does not have to be unique. Name does not need to equal column.name().
@param name
@param column
-
ar.com.fdvs.dj.domain.builders.DynamicReportBuilder.addColumn()
-
ar.com.fdvs.dj.domain.builders.FastReportBuilder.addColumn()
-
backtype.storm.contrib.hbase.utils.TridentConfig.addColumn()
-
backtype.storm.contrib.hbase.utils.TupleTableConfig.addColumn()
Add column family and column qualifier to be extracted from tuple
@param columnFamily The column family name
@param columnQualifier The column qualifier name
-
com.alvazan.orm.api.z8spi.meta.TypedRow.addColumn()
-
com.arconsis.android.datarobot.builder.schema.data.Table.addColumn()
-
com.esri.sde.sdk.client.SeTable.addColumn()
-
com.facebook.presto.metadata.ColumnFileHandle.Builder.addColumn()
-
com.facebook.presto.raptor.storage.ColumnFileHandle.Builder.addColumn()
-
com.google.gdata.data.spreadsheet.Data.addColumn()
-
com.google.gerrit.server.ioutil.ColumnFormatter.addColumn()
Adds a text string as a new column in the current line of output, taking care of escaping as necessary.
@param content the string to add.
-
com.google.gwt.visualization.client.DataTable.addColumn()
-
com.google.visualization.datasource.datatable.DataTable.addColumn()
Add a column to the table.
@param columnDescription The column's description.
-
com.google.visualization.datasource.query.QueryGroup.addColumn()
Add a column to group by.
@param column The column to add.
-
com.google.visualization.datasource.query.QueryPivot.addColumn()
Adds a column to pivot.
@param column The column to add.
-
com.google.visualization.datasource.query.QuerySelection.addColumn()
Adds a column to the column list.
@param column The column to select.
-
com.googlecode.gwt.charts.client.DataTable.addColumn()
Adds a new column to the data table. All the cells of the new column are assigned a null value
@param type the data type of the values of the column
@return the index of the new column
-
com.hmsonline.virgil.CassandraStorage.addColumn()
-
com.lowagie.text.pdf.MultiColumnText.addColumn()
Add a new column. The parameters are limits for each column wall in the format of a sequence of points (x1,y1,x2,y2,...).
@param left limits for left column
@param right limits for right column
-
com.mockrunner.mock.jdbc.MockResultSet.addColumn()
-
com.mockturtlesolutions.snifflib.datatypes.DataSet.addColumn()
-
com.salesforce.phoenix.schema.MetaDataClient.addColumn()
-
com.sap.hadoop.windowing.query2.definition.OrderDef.addColumn()
-
com.sap.hadoop.windowing.query2.definition.PartitionDef.addColumn()
-
com.sap.hadoop.windowing.query2.definition.SelectDef.addColumn()
-
com.sogou.qadev.service.cynthia.bean.FieldRow.addColumn()
@description :add field column to row
@date :2014-5-6 下午3:46:58
@version :v1.0
@param column
-
com.utils.model.ModelReadOnly.addColumn()
-
de.ambits.csvmaster.service.CsvService.addColumn()
-
de.ambits.csvmaster.service.ICsvService.addColumn()
Adds a column to the csv file
@param columnName The name of the column.
@param event The ExecutionEvent
to get the data from.
@throws ExecutionException Thrown if exectuion fails.
-
de.willuhn.jameica.gui.parts.TablePart.addColumn()
-
de.willuhn.jameica.hbci.gui.parts.UmsatzList.addColumn()
-
henplus.sqlmodel.PrimaryKey.addColumn()
-
henplus.sqlmodel.Table.addColumn()
-
info.archinnov.achilles.schemabuilder.Create.addColumn()
Adds a columnName and dataType for a simple column.
To add a list column:
addColumn("myList",DataType.list(DataType.text()))
To add a set column:
addColumn("myList",DataType.set(DataType.text()))
To add a map column:
addColumn("myList",DataType.map(DataType.cint(),DataType.text()))
@param columnName the name of the column to be added;
@param dataType the data type of the column to be added.
@return this INSERT statement.
-
inspector.jqcml.model.TableAttachment.addColumn()
Adds a new column with the specified header information to the table. If a column with the same header information already exists, this column is retained.
@param columnName the header information of the new column
-
it.eng.spagobi.engines.geo.dataset.DataSetMetaData.addColumn()
Adds the column.
@param columnName the column name
-
it.eng.spagobi.tools.dataset.common.query.FilterQueryTransformer.addColumn()
-
javax.swing.JTable.addColumn()
-
javax.swing.table.DefaultTableColumnModel.addColumn()
-
javax.swing.table.DefaultTableModel.addColumn()
Adds a column to the model. The new column will have the identifier columnName
, which may be null. This method will send a tableChanged
notification message to all the listeners. This method is a cover for addColumn(Object, Vector)
which uses null
as the data vector.
@param columnName the identifier of the column being added
-
javax.swing.table.TableColumnModel.addColumn()
Appends aColumn
to the end of the tableColumns
array. This method posts a columnAdded
event to its listeners.
@param aColumn the TableColumn
to be added
@see #removeColumn
-
liquibase.change.core.AddColumnChange.addColumn()
-
liquibase.change.core.CreateIndexChange.addColumn()
-
liquibase.change.core.CreateTableChange.addColumn()
-
liquibase.change.core.DropColumnChange.addColumn()
-
liquibase.change.core.InsertDataChange.addColumn()
-
liquibase.change.core.LoadDataChange.addColumn()
-
liquibase.statement.core.CreateTableStatement.addColumn()
-
liquibase.structure.core.Index.addColumn()
-
liquibase.structure.core.PrimaryKey.addColumn()
-
liquibase.structure.core.UniqueConstraint.addColumn()
-
name.abuchen.portfolio.ui.util.ShowHideColumnHelper.addColumn()
-
net.helipilot50.stocktrade.displayproject.ArrayColumnModel.addColumn()
-
net.ivoa.fits.data.AsciiTable.addColumn()
Add a row to the table. Users should be cautious of calling this routine directly rather than the corresponding routine in AsciiTableHDU since this routine knows nothing of the FITS header modifications required.
-
net.ivoa.fits.data.BinaryTable.addColumn()
Add a column to the end of a table.
@param o An array of identically structured objects with the same number of elements as other columns in the table.
-
net.sf.dynamicreports.jasper.builder.JasperReportBuilder.addColumn()
-
net.sf.minuteProject.configuration.bean.model.data.Component.addColumn()
-
net.sf.minuteProject.configuration.bean.model.data.Function.addColumn()
-
nexj.core.meta.persistence.sql.Table.addColumn()
Adds a new column to the table.
@param column The column to add.
@throws MetadataException if a columnwith the same name already exists.
-
nexj.core.meta.persistence.sql.upgrade.IndexOutline.addColumn()
Adds a column name to the index outline.
@param sName The column name.
@param bAscending The ascending sort order flag.
-
no.priv.garshol.duke.datasources.CSVDataSource.addColumn()
-
no.priv.garshol.duke.datasources.JDBCDataSource.addColumn()
-
no.priv.garshol.duke.datasources.JNDIDataSource.addColumn()
-
nom.tam.fits.BinaryTable.addColumn()
-
org.apache.ambari.server.orm.DBAccessor.addColumn()
Add column to existing table
@param tableName
@param columnInfo
@throws SQLException
-
org.apache.cassandra.db.ArrayBackedSortedColumns.addColumn()
-
org.apache.cassandra.db.ColumnFamily.addColumn()
-
org.apache.cassandra.io.sstable.SSTableSimpleUnsortedWriter.addColumn()
-
org.apache.cassandra.io.sstable.SSTableSimpleWriter.addColumn()
-
org.apache.cayenne.swing.TableBindingBuilder.addColumn()
Adds a column to the table description.
-
org.apache.click.control.Table.addColumn()
Add the column to the table. The column will be added to the {@link #columns} Map using its name.
@param column the column to add to the table
@return the added column
@throws IllegalArgumentException if the table already contains a columnwith the same name, or the column name is not defined
-
org.apache.ddlutils.model.Index.addColumn()
Adds a column that makes up this index.
@param column The column to add
-
org.apache.ddlutils.model.Table.addColumn()
Adds the given column.
@param column The column
-
org.apache.ddlutils.model.UniqueIndex.addColumn()
-
org.apache.derby.iapi.store.access.conglomerate.Conglomerate.addColumn()
Add a column to the conglomerate.
This routine update's the in-memory object version of the Conglomerate to have one more column of the type described by the input template column. Note that not all conglomerates may support this feature.
@param xact_manager The TransactionController under which this operation takes place.
@param column_id The column number to add this column at.
@param template_column An instance of the column to be added to table.
@exception StandardException Standard exception policy.
-
org.apache.hadoop.hbase.HBaseAdmin.addColumn()
Add a column to an existing table
@param tableName name of the table to add column to
@param column column descriptor of column to be added
@throws IOException
-
org.apache.hadoop.hbase.client.Admin.addColumn()
Add a column to an existing table. Asynchronous operation.
@param tableName name of the table to add column to
@param column column descriptor of column to be added
@throws IOException if a remote or network exception occurs
-
org.apache.hadoop.hbase.client.Get.addColumn()
Get the column from the specific family with the specified qualifier.
Overrides previous calls to addFamily for this family.
@param family family name
@param qualifier column qualifier
@return the Get objec
-
org.apache.hadoop.hbase.client.HBaseAdmin.addColumn()
Add a column to an existing table. Asynchronous operation.
@param tableName name of the table to add column to
@param column column descriptor of column to be added
@throws IOException if a remote or network exception occurs
-
org.apache.hadoop.hbase.client.Increment.addColumn()
Increment the column from the specific family with the specified qualifier by the specified amount.
Overrides previous calls to addColumn for this family and qualifier.
@param family family name
@param qualifier column qualifier
@param amount amount to increment by
@return the Increment object
-
org.apache.hadoop.hbase.client.Scan.addColumn()
Get the column from the specified family with the specified qualifier.
Overrides previous calls to addFamily for this family.
@param family family name
@param qualifier column qualifier
@return this
-
org.apache.hadoop.hbase.rest.model.ScannerModel.addColumn()
Add a column to the column set
@param column the column name, as <column>(:<qualifier>)?
-
org.apache.hadoop.hbase.stargate.model.ScannerModel.addColumn()
Add a column to the column set
@param column the column name, as <column>(:<qualifier>)?
-
org.apache.hadoop.hive.ql.plan.ExprNodeColumnListDesc.addColumn()
-
org.apache.metamodel.schema.MutableTable.addColumn()
-
org.apache.ojb.broker.metadata.torque.TableDescriptor.addColumn()
-
org.apache.openjpa.jdbc.schema.ForeignKey.addColumn()
Joins the column of a single column FK to this FK.
@param fk
-
org.apache.openjpa.jdbc.schema.Index.addColumn()
-
org.apache.openjpa.jdbc.schema.PrimaryKey.addColumn()
-
org.apache.openjpa.jdbc.schema.Table.addColumn()
Add a column to the table.
-
org.apache.openjpa.jdbc.schema.Unique.addColumn()
Adds the given column. The added column is set to non-nullable because a unique constraint on the database requires that its constituent columns are NOT NULL.
@see Column#setNotNull(boolean)
-
org.apache.phoenix.hbase.index.covered.CoveredColumns.addColumn()
-
org.apache.phoenix.schema.MetaDataClient.addColumn()
-
org.apache.sqoop.schema.Schema.addColumn()
Add column to the schema. Add new column to the schema at the end (e.g. after all previously added columns). The column names must be unique and thus adding column with the same name will lead to an exception being thrown.
@param column Column that should be added to the schema at the end.
@return
-
org.apache.storm.hbase.bolt.mapper.HBaseProjectionCriteria.addColumn()
Only this column from the the columnFamily will be included as result of HBase lookup.
@param column
@return
-
org.apache.storm.hbase.common.ColumnList.addColumn()
Add a standard HBase column.
@param family
@param qualifier
@param ts
@param value
@return
-
org.apache.tajo.catalog.Schema.addColumn()
-
org.apache.torque.map.TableMap.addColumn()
Add a pre-created column to this table. It will replace any existing column.
@param cmap A ColumnMap.
-
org.apache.turbine.util.db.map.TableMap.addColumn()
Add a pre-created column to this table. It will replace any existing column.
@param cmap A ColumnMap.
-
org.apache.tuscany.das.rdb.ConfigHelper.addColumn()
Add column information
@param table
@param columnName
@param propertyName
@return
-
org.apache.ws.jaxme.sqls.Index.addColumn()
Adds a column to the index. The column must have the same table.
-
org.broadinstitute.gatk.engine.report.GATKReportTable.addColumn()
Add a column to the report
@param columnName the name of the column
-
org.carrot2.text.util.TabularOutput.addColumn()
Adds a column to the tabular's layout. Columns must be added before adding data.
-
org.cipres.treebase.domain.matrix.StandardMatrix.addColumn()
-
org.dashbuilder.dataset.DataSet.addColumn()
Add a brand new column.
-
org.dashbuilder.dataset.impl.DataSetImpl.addColumn()
-
org.datanucleus.metadata.AbstractElementMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The Column MetaData
-
org.datanucleus.metadata.AbstractMemberMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd the ColumnMetaData to add
-
org.datanucleus.metadata.ColumnMetaDataContainer.addColumn()
Add a new ColumnMetaData element
@param colmd The Column MetaData
-
org.datanucleus.metadata.ElementMetaData.addColumn()
-
org.datanucleus.metadata.FieldMetaData.addColumn()
-
org.datanucleus.metadata.ForeignKeyMetaData.addColumn()
-
org.datanucleus.metadata.IdentityMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.datanucleus.metadata.IndexMetaData.addColumn()
-
org.datanucleus.metadata.JoinMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.datanucleus.metadata.KeyMetaData.addColumn()
-
org.datanucleus.metadata.OrderMetaData.addColumn()
-
org.datanucleus.metadata.PrimaryKeyMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.datanucleus.metadata.UniqueMetaData.addColumn()
-
org.datanucleus.metadata.ValueMetaData.addColumn()
-
org.datanucleus.metadata.VersionMetaData.addColumn()
-
org.encog.app.quant.indicators.ProcessIndicators.addColumn()
-
org.encog.persist.EncogWriteHelper.addColumn()
Add a boolean value as a column.
@param b The boolean value.
-
org.exolab.castor.persist.spi.QueryExpression.addColumn()
Add a column used in the query. Columns must be retrieved in the same order in which they were added to the query.
@param tableName The table name
@param columnName The column name
-
org.geotools.data.shapefile.dbf.DbaseFileHeader.addColumn()
Add a column to this DbaseFileHeader. The type is one of (C N L or D) character, number, logical(true/false), or date. The Field length is the total length in bytes reserved for this column. The decimal count only applies to numbers(N), and floating point values (F), and refers to the number of characters to reserve after the decimal point.
Don't expect miracles from this... Field Type MaxLength ---------- --------- C 254 D 8
@ 8F 20 N 18
@param inFieldName The name of the new field, must be less than 10 characters or it gets truncated.
@param inFieldType A character representing the dBase field, ( see above ). Case insensitive.
@param inFieldLength The length of the field, in bytes ( see above )
@param inDecimalCount For numeric fields, the number of decimal places to track.
@throws DbaseFileException If the type is not recognized.
-
org.gephi.attribute.api.Table.addColumn()
-
org.gephi.data.attributes.api.AttributeTable.addColumn()
Creates and add a new column to this table. The default origin is set at DATA
.
The title of the column is the identifier.
@param id the identifier of the column
@param type the type of the column
@return the newly created column
-
org.grouplens.lenskit.util.table.TableLayoutBuilder.addColumn()
Add a column to the table layout. Each column must have a unique, non-null name.
@param name The column name.
@return The builder, for chaining.
@throws IllegalArgumentException if the column already exists.
-
org.gudy.azureus2.plugins.ui.tables.TableManager.addColumn()
Adds a column to an Azureus UI table.
@param tableColumn a column previously created with {@link #createColumn}
-
org.h2.command.ddl.CreateTable.addColumn()
Add a column to this table.
@param column the column to add
-
org.h2.tools.SimpleResultSet.addColumn()
Adds a column to the result set. All columns must be added before adding rows.
@param name null is replaced with C1, C2,...
@param sqlType the value returned in getColumnType(..) (ignored internally)
@param precision the precision
@param scale the scale
-
org.hibernate.mapping.DependantValue.addColumn()
-
org.hibernate.mapping.ForeignKey.addColumn()
-
org.hibernate.mapping.Index.addColumn()
-
org.hibernate.mapping.ManyToOne.addColumn()
-
org.hibernate.mapping.OneToOne.addColumn()
-
org.hibernate.mapping.PrimaryKey.addColumn()
-
org.hibernate.mapping.SimpleValue.addColumn()
-
org.hibernate.mapping.Table.addColumn()
-
org.hibernate.mapping.UniqueKey.addColumn()
-
org.hibernate.metamodel.relational.UniqueKey.addColumn()
-
org.hibernate.sql.Insert.addColumn()
-
org.hibernate.sql.SelectFragment.addColumn()
-
org.hibernate.sql.SimpleSelect.addColumn()
-
org.hibernate.sql.Update.addColumn()
-
org.itsnat.core.domutil.ElementTable.addColumn()
Adds a new column at the end of columns using the cell pattern.
@return the new cell elements.
@see #addColumn(Object[])
-
org.jboss.as.console.client.widgets.tables.DefaultCellTable.addColumn()
-
org.jboss.as.console.mbui.widgets.ModelNodeCellTable.addColumn()
-
org.jboss.dna.common.jdbc.model.api.BestRowIdentifier.addColumn()
Adds column to the best row identifier
@param column the column that part of best row identifier
-
org.jboss.dna.common.jdbc.model.api.ForeignKey.addColumn()
Adds ForeignKeyColumn
@param column the ForeignKeyColumn
-
org.jboss.dna.common.jdbc.model.api.Index.addColumn()
Adds IndexColumn
@param indexColumn the IndexColumn
-
org.jboss.dna.common.jdbc.model.api.PrimaryKey.addColumn()
Adds PrimaryKeyColumn
@param primaryKeyColumn the PrimaryKeyColumn
-
org.jbpm.formbuilder.client.form.items.TableLayoutFormItem.addColumn()
-
org.jdesktop.swingx.table.DefaultTableColumnModelExt.addColumn()
{@inheritDoc}
Overridden to update internals related to column visibility.
-
org.jfree.layouting.renderer.model.table.cols.TableColumnGroup.addColumn()
-
org.jitterbit.integration.database.info.DatabaseSynonym.addColumn()
-
org.jitterbit.integration.database.info.DatabaseTable.addColumn()
-
org.jitterbit.integration.database.info.DatabaseView.addColumn()
-
org.jivesoftware.smackx.ReportedData.addColumn()
Adds a new Column
@param column the column to add.
-
org.jpox.metadata.AbstractElementMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The Column MetaData
-
org.jpox.metadata.AbstractMemberMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd the ColumnMetaData to add
-
org.jpox.metadata.ColumnMetaDataContainer.addColumn()
Add a new ColumnMetaData element
@param colmd The Column MetaData
-
org.jpox.metadata.ElementMetaData.addColumn()
-
org.jpox.metadata.FieldMetaData.addColumn()
-
org.jpox.metadata.FileMetaData.addColumn()
-
org.jpox.metadata.ForeignKeyMetaData.addColumn()
-
org.jpox.metadata.IdentityMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.jpox.metadata.IndexMetaData.addColumn()
-
org.jpox.metadata.JoinMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.jpox.metadata.KeyMetaData.addColumn()
-
org.jpox.metadata.OrderMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The Column MetaData
-
org.jpox.metadata.PrimaryKeyMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.jpox.metadata.UniqueMetaData.addColumn()
-
org.jpox.metadata.ValueMetaData.addColumn()
-
org.jpox.metadata.VersionMetaData.addColumn()
Add a new ColumnMetaData element
@param colmd The ColumnMetaData to add
-
org.lealone.tools.SimpleResultSet.addColumn()
Adds a column to the result set. All columns must be added before adding rows.
@param name null is replaced with C1, C2,...
@param sqlType the value returned in getColumnType(..) (ignored internally)
@param precision the precision
@param scale the scale
-
org.mule.util.SimpleLoggingTable.addColumn()
Adds a new column to the table.
@param title column title that will be displayed in the table header
@param size the size of the column
-
org.mybatis.generator.api.IntrospectedTable.addColumn()
-
org.objectweb.speedo.metadata.SpeedoField.addColumn()
-
org.objectweb.speedo.metadata.SpeedoInheritedField.addColumn()
-
org.owasp.webscarab.ui.swing.ConversationTableModel.addColumn()
-
org.pentaho.reporting.engine.classic.core.layout.model.table.columns.TableColumnGroup.addColumn()
-
org.pentaho.reporting.engine.classic.core.util.TypedMetaTableModel.addColumn()
-
org.pentaho.reporting.engine.classic.core.util.TypedTableModel.addColumn()
-
org.restsql.core.TableMetaData.addColumn()
Adds normal column.
-
org.rhq.core.db.DatabaseType.addColumn()
Adds a column to a table. The column type name is a generic type name.
@param conn the connection to the database
@param table the table where the column is to be added
@param column the new column name
@param generic_column the generic column type name
@param precision if the column type can take a precision, this can be non-null
@throws SQLException
-
org.rssowl.ui.internal.editors.feed.NewsColumnViewModel.addColumn()
@param column the column to add to the model.
-
org.teiid.metadata.ForeignKey.addColumn()
-
org.teiid.metadata.KeyRecord.addColumn()
-
org.teiid.metadata.MetadataFactory.addColumn()
Adds a column to the table with the given name and type.
@param name
@param type should be one of {@link TypeFacility.RUNTIME_NAMES}
@param table
@return
@throws TranslatorException
-
org.voltdb.plannodes.NodeSchema.addColumn()
Add a column to this schema. Unless actively modified, updated, or sorted, the column order is implicitly the order in which columns are added using this call
-
org.xorm.datastore.DataFetchGroup.addColumn()
-
parquet.hadoop.ColumnChunkIncReadStore.addColumn()
-
parquet.hadoop.metadata.BlockMetaData.addColumn()
@param column the metadata for a column
-
prefuse.data.CascadedTable.addColumn()
-
prefuse.data.Schema.addColumn()
Add a column to this schema.
@param name the column name
@param type the column type (as a Class instance)
@throws IllegalArgumentException is either name or type are null orthe name already exists in this schema.
-
prefuse.data.Table.addColumn()
Add a column with the given name and data type to this table.
@param name the data field name for the column
@param type the data type, as a Java Class, for the column
@see prefuse.data.tuple.TupleSet#addColumn(java.lang.String,java.lang.Class)
-
prefuse.visual.AggregateTable.addColumn()
-
prefuse.visual.VisualTable.addColumn()
-
railo.runtime.type.Query.addColumn()
adds a new column to the resultset
@param columnName name of the new column
@param content content of the new column inside a array (must have same size like query has records)
@return if column is added return true otherwise false (always true, throw error when false)
@throws PageException
@deprecated use instead {@link #addColumn(railo.runtime.type.Collection.Key,Array)}
-
railo.runtime.type.QueryImpl.addColumn()