Searched defs:column (Results 1 – 4 of 4) sorted by relevance
49 public String getCatalogName(int column) throws SQLException; in getCatalogName()62 public String getColumnClassName(int column) throws SQLException; in getColumnClassName()83 public int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize()95 public String getColumnLabel(int column) throws SQLException; in getColumnLabel()106 public String getColumnName(int column) throws SQLException; in getColumnName()118 public int getColumnType(int column) throws SQLException; in getColumnType()129 public String getColumnTypeName(int column) throws SQLException; in getColumnTypeName()140 public int getPrecision(int column) throws SQLException; in getPrecision()152 public int getScale(int column) throws SQLException; in getScale()163 public String getSchemaName(int column) throws SQLException; in getSchemaName()[all …]
14 protected int column = -1; field in XmlPullParserException
219 int column = locator.getColumnNumber(); in getMessageAndLocation() local252 int column = locator.getColumnNumber(); in getLocationAsString() local
591 private int column() { in column() method in ExpatParser595 private static native int column(int pointer); in column() method in ExpatParser737 String message, int line, int column) { in makeMessage()