protected final RowFormatter getRowFormatter(final byte[] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final OffHeapByteSource rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final OffHeapByteSource rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final byte[][] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes[0])); }
protected final RowFormatter getRowFormatter(final byte[] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final OffHeapByteSource rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final byte[] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes)); }
protected final RowFormatter getRowFormatter(final byte[][] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes[0])); }
protected final RowFormatter getRowFormatter(final byte[][] rowBytes) { if (this.formatter != null) { return this.formatter; } return (this.formatter = getContainer().getRowFormatter(rowBytes[0])); }
@Override public String getSchemaName() { return getContainer().getSchemaName(); }
@Override public int getTableSchemaVersion() { return getContainer().getCurrentSchemaVersion(); }
@Override public String getTableName() { return getContainer().getQualifiedTableName(); }
@Override public String getTableName() { return getContainer().getQualifiedTableName(); }
@Override public int getTableSchemaVersion() { return getContainer().getCurrentSchemaVersion(); }
@Override public String getSchemaName() { return getContainer().getSchemaName(); }
@Override public String getSchemaName() { return getContainer().getSchemaName(); }
@Override public TableMetaData getResultSetMetaData() { return getContainer().getCurrentRowFormatter().getMetaData(); }
@Override public boolean tableHasAutogeneratedColumns() { return getContainer().getExtraTableInfo().hasAutoGeneratedColumns(); }
@Override public boolean tableHasAutogeneratedColumns() { return getContainer().getExtraTableInfo().hasAutoGeneratedColumns(); }
@Override public TableMetaData getResultSetMetaData() { return getContainer().getCurrentRowFormatter().getMetaData(); }