Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hsqldb.Column

Uses of Column in org.hsqldb
 

Methods in org.hsqldb that return Column
(package private)  Column Table.getColumn(int i)
          Method declaration
private  Column Database.processCreateColumn(Tokenizer c, Table t)
          Responsible for handling the creation of table columns during the process of executing CREATE TABLE statements.
 

Methods in org.hsqldb with parameters of type Column
(package private)  void TableWorks.addOrDropColumn(Column column, int colindex, int adjust)
           
(package private)  void Table.addColumn(Column column)
          Performs the table level checks and adds a column to the table at the DDL level.
(package private)  Table Table.moveDefinition(java.lang.String withoutindex, Column newcolumn, int colindex, int adjust)
          DROP INDEX and CREATE INDEX on non empty tables both recreate the table and the data to reflect the new indexing structure.