Searched refs:column (Results 1 – 5 of 5) sorted by relevance
49 public String getCatalogName(int column) throws SQLException; in getCatalogName() argument62 public String getColumnClassName(int column) throws SQLException; in getColumnClassName() argument83 public int getColumnDisplaySize(int column) throws SQLException; in getColumnDisplaySize() argument95 public String getColumnLabel(int column) throws SQLException; in getColumnLabel() argument106 public String getColumnName(int column) throws SQLException; in getColumnName() argument118 public int getColumnType(int column) throws SQLException; in getColumnType() argument129 public String getColumnTypeName(int column) throws SQLException; in getColumnTypeName() argument140 public int getPrecision(int column) throws SQLException; in getPrecision() argument152 public int getScale(int column) throws SQLException; in getScale() argument163 public String getSchemaName(int column) throws SQLException; in getSchemaName() argument[all …]
14 protected int column = -1; field in XmlPullParserException43 this.column = parser.getColumnNumber(); in XmlPullParserException()51 public int getColumnNumber() { return column; } in getColumnNumber()
219 int column = locator.getColumnNumber(); in getMessageAndLocation() local231 if (0 != column) { in getMessageAndLocation()233 sbuffer.append(column); in getMessageAndLocation()252 int column = locator.getColumnNumber(); in getLocationAsString() local264 if (0 != column) { in getLocationAsString()266 sbuffer.append(column); in getLocationAsString()
591 private int column() { in column() method in ExpatParser592 return column(this.pointer); in column()595 private static native int column(long pointer); in column() method in ExpatParser684 return column(); in getColumnNumber()737 String message, int line, int column) { in makeMessage() argument739 + column + ": " + message; in makeMessage()
1358 NATIVE_METHOD(ExpatParser, column, "(J)I"),