| |
|
| java.lang.Object org.apache.lucene.store.jdbc.dialect.Dialect org.apache.lucene.store.jdbc.dialect.PostgreSQLDialect
PostgreSQLDialect | public class PostgreSQLDialect extends Dialect (Code) | | A PostgreSQL dialect.
author: kimchy |
getCurrentTimestampFunction | public String getCurrentTimestampFunction()(Code) | | |
getCurrentTimestampSelectString | public String getCurrentTimestampSelectString()(Code) | | |
getVarcharType | public String getVarcharType(int length)(Code) | | |
isCurrentTimestampSelectStringCallable | public boolean isCurrentTimestampSelectStringCallable()(Code) | | |
supportTransactionalScopedBlobs | public boolean supportTransactionalScopedBlobs()(Code) | | PostgreSQL supports transactional scoped blobs.
|
supportsCurrentTimestampSelection | public boolean supportsCurrentTimestampSelection()(Code) | | |
supportsForUpdate | public boolean supportsForUpdate()(Code) | | PostreSQL supports select ... for update.
|
supportsTableExists | public boolean supportsTableExists()(Code) | | PostrgreSQL supports a table exists query.
|
useInputStreamToInsertBlob | public boolean useInputStreamToInsertBlob()(Code) | | |
|
|
|