Searched defs:column (Results 1 – 5 of 5) sorted by relevance
69 public double getDouble(int column) { in getDouble()74 public float getFloat(int column) { in getFloat()79 public int getInt(int column) { in getInt()84 public long getLong(int column) { in getLong()89 public short getShort(int column) { in getShort()94 public String getString(int column) { in getString()99 public boolean isNull(int column) { in isNull()
534 public boolean isNull(int column) { in isNull()
61 void ImageTestHandler::drawPoint(int row, int column, const Vec3i &color) { in drawPoint()
102 int TestingImage::getPixelValue(int row, int column, int channel) const { in getPixelValue()
172 String column = entry.getKey(); in loadUsingValues() local