• Home
  • Raw
  • Download

Lines Matching defs:column

13     public String getCatalogName(int column) throws java.sql.SQLException {  in getCatalogName()
17 public String getColumnClassName(int column) throws java.sql.SQLException { in getColumnClassName()
51 public int getColumnDisplaySize(int column) throws java.sql.SQLException { in getColumnDisplaySize()
55 public String getColumnLabel(int column) throws java.sql.SQLException { in getColumnLabel()
67 public String getColumnName(int column) throws java.sql.SQLException { in getColumnName()
85 public int getColumnType(int column) throws java.sql.SQLException { in getColumnType()
98 public String getColumnTypeName(int column) throws java.sql.SQLException { in getColumnTypeName()
124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision()
128 public int getScale(int column) throws java.sql.SQLException { in getScale()
132 public String getSchemaName(int column) throws java.sql.SQLException { in getSchemaName()
136 public String getTableName(int column) throws java.sql.SQLException { in getTableName()
155 public boolean isAutoIncrement(int column) throws java.sql.SQLException { in isAutoIncrement()
159 public boolean isCaseSensitive(int column) throws java.sql.SQLException { in isCaseSensitive()
163 public boolean isCurrency(int column) throws java.sql.SQLException { in isCurrency()
167 public boolean isDefinitelyWritable(int column) in isDefinitelyWritable()
172 public int isNullable(int column) throws java.sql.SQLException { in isNullable()
176 public boolean isReadOnly(int column) throws java.sql.SQLException { in isReadOnly()
180 public boolean isSearchable(int column) throws java.sql.SQLException { in isSearchable()
184 public boolean isSigned(int column) throws java.sql.SQLException { in isSigned()
188 public boolean isWritable(int column) throws java.sql.SQLException { in isWritable()