public abstract class S3Converter extends Object
| Constructor and Description |
|---|
S3Converter() |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
parse(org.revenj.postgres.PostgresReader reader,
int context) |
static List<S3> |
parseCollection(org.revenj.postgres.PostgresReader reader,
int context) |
static void |
serializeURI(org.revenj.postgres.PostgresBuffer sw,
S3 value) |
static void |
setParameter(org.revenj.postgres.PostgresBuffer sw,
PreparedStatement ps,
int index,
S3 value) |
static org.revenj.postgres.converters.PostgresTuple |
toTuple(S3 value) |
public static void setParameter(org.revenj.postgres.PostgresBuffer sw,
PreparedStatement ps,
int index,
S3 value)
throws SQLException
SQLExceptionpublic static void serializeURI(org.revenj.postgres.PostgresBuffer sw,
S3 value)
throws IOException
IOExceptionpublic static S3 parse(org.revenj.postgres.PostgresReader reader, int context) throws IOException
IOExceptionpublic static List<S3> parseCollection(org.revenj.postgres.PostgresReader reader, int context) throws IOException
IOExceptionpublic static org.revenj.postgres.converters.PostgresTuple toTuple(S3 value)
Copyright © 2016. All rights reserved.